From 6ba87e0b61a6047a51fce1335bd675bc8cc37eaf Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 8 Sep 2019 00:16:03 +0200 Subject: [PATCH 1/1] remove long dead and commented out code in munin --- modules/munin/manifests/init.pp | 9 --------- 1 file changed, 9 deletions(-) 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 } -- 2.20.1