From 71a8d524f79fa0eda9a90b535b5008691daeeb60 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sat, 9 Jan 2016 15:02:58 +0100 Subject: [PATCH] Enable rng-tools module on linux Signed-off-by: Aurelien Jarno --- modules/linux/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/linux/manifests/init.pp b/modules/linux/manifests/init.pp index 8977b1b92..78ab1da77 100644 --- a/modules/linux/manifests/init.pp +++ b/modules/linux/manifests/init.pp @@ -2,4 +2,5 @@ class linux { include ferm include ferm::per-host include entropykey + include rng-tools } -- 2.20.1