projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9083bda
)
Enable rng-tools module on linux
author
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 9 Jan 2016 14:02:58 +0000
(15:02 +0100)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 9 Jan 2016 14:02:58 +0000
(15:02 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/linux/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/linux/manifests/init.pp
b/modules/linux/manifests/init.pp
index
8977b1b
..
78ab1da
100644
(file)
--- 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
}