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:
59bfced
)
/dev/hwrng on s390x appeared with buster but is not functional
author
Aurelien Jarno
<aurelien@aurel32.net>
Fri, 5 Apr 2019 20:22:54 +0000
(22:22 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Fri, 5 Apr 2019 20:25:08 +0000
(22:25 +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
9981fe1
..
d2c8dac
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 (versioncmp($::lsbmajdistrelease, '9') >= 0)) {
+ if $has_dev_hwrng and !($::is_virtual and $::virtual == 'kvm' and
$::debarchitecture == 's390x' and
(versioncmp($::lsbmajdistrelease, '9') >= 0)) {
package { 'rng-tools':
ensure => installed
}