]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/munin/manifests/init.pp
make the lint gods happy
[dsa-puppet.git] / modules / munin / manifests / init.pp
index 8258f9b13248eab8ee0c2ae91971f0ffa141f42b..9684a2944424c25ab09ebcf5734217c0e0cf1a73 100644 (file)
@@ -62,12 +62,12 @@ class munin {
 
        @@munin::master-per-node {
                $::fqdn:
-                       ipaddress => $::ipaddress,
+                       ipaddress   => $::ipaddress,
                        munin_async => $::munin_async,
                        ;
        }
 
-       if $munin_async and $munin_async == 'true' {
+       if $::munin_async and str2bool($::munin_async) == true {
                file { '/etc/ssh/userkeys/munin-async':
                        source => 'puppet:///modules/munin/munin-async-authkeys',
                }