remove long dead and commented out code in munin
[mirror/dsa-puppet.git] / modules / munin / manifests / init.pp
index 714ca93..91657e0 100644 (file)
@@ -73,15 +73,6 @@ class munin {
                        munin_async => $::munin_async,
        }
 
-       #if $::munin_async and str2bool($::munin_async) == true {
-       #       file { '/etc/ssh/userkeys/munin-async':
-       #               source => 'puppet:///modules/munin/munin-async-authkeys',
-       #       }
-       #} else {
-       #       file { '/etc/ssh/userkeys/munin-async':
-       #               ensure => 'absent',
-       #       }
-       #}
        package { 'munin-async':
                ensure => installed
        }