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:
95eab19
)
Fix thinko in previous commit
author
Aurelien Jarno
<aurelien@aurel32.net>
Fri, 5 Apr 2019 20:39:21 +0000
(22:39 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Fri, 5 Apr 2019 20:39:21 +0000
(22:39 +0200)
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
d2c8dac
..
60eb7c0
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
!($::is_virtual and $::virtual == 'kvm' and $::debarchitecture == 's390x
' and (versioncmp($::lsbmajdistrelease, '9') >= 0)) {
+ if $has_dev_hwrng and
$::debarchitecture != 's390x' and !($::is_virtual and $::virtual == 'kvm
' and (versioncmp($::lsbmajdistrelease, '9') >= 0)) {
package { 'rng-tools':
ensure => installed
}