remove long dead and commented out code in munin
authorPeter Palfrader <peter@palfrader.org>
Sat, 7 Sep 2019 22:16:03 +0000 (00:16 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 7 Sep 2019 22:16:03 +0000 (00:16 +0200)
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
        }