fix munin 1
[mirror/dsa-puppet.git] / modules / rng-tools / manifests / init.pp
index 795bb1a..abbc486 100644 (file)
@@ -1,5 +1,5 @@
 class rng-tools {
-       if FileTest.exist?("/dev/hwrng") {
+       if $has_dev_hwrng {
                package { 'rng-tools':
                        ensure => installed
                }