From: Peter Palfrader Date: Sat, 7 Sep 2019 22:16:03 +0000 (+0200) Subject: remove long dead and commented out code in munin X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=6ba87e0b61a6047a51fce1335bd675bc8cc37eaf;p=mirror%2Fdsa-puppet.git remove long dead and commented out code in munin --- diff --git a/modules/munin/manifests/init.pp b/modules/munin/manifests/init.pp index 714ca9378..91657e08a 100644 --- a/modules/munin/manifests/init.pp +++ b/modules/munin/manifests/init.pp @@ -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 }