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