Add health check on debian-debug archive backends
[mirror/dsa-puppet.git] / modules / rng_tools / manifests / init.pp
index d1db5ba..d0b4e7f 100644 (file)
@@ -1,5 +1,5 @@
 class rng_tools {
-       if $has_dev_hwrng {
+       if $has_dev_hwrng and !($::kvmdomain and (versioncmp($::lsbmajdistrelease, '9') >= 0)) {
                package { 'rng-tools':
                        ensure => installed
                }