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:
1f5dbd7
)
Try to fix previous commit about rng-tools
author
Aurelien Jarno
<aurelien@aurel32.net>
Fri, 7 Apr 2017 17:24:11 +0000
(19:24 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Fri, 7 Apr 2017 17:24:11 +0000
(19:24 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/rng_tools/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/rng_tools/manifests/init.pp
b/modules/rng_tools/manifests/init.pp
index
626d8c2
..
d0b4e7f
100644
(file)
--- a/
modules/rng_tools/manifests/init.pp
+++ b/
modules/rng_tools/manifests/init.pp
@@
-1,5
+1,5
@@
class rng_tools {
- if $has_dev_hwrng and !($::kvmdomain and
versioncmp($::lsbmajdistrelease, '9') >= 0
) {
+ if $has_dev_hwrng and !($::kvmdomain and
(versioncmp($::lsbmajdistrelease, '9') >= 0)
) {
package { 'rng-tools':
ensure => installed
}