projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33511ce
)
remove long dead and commented out code in munin
author
Peter Palfrader
<peter@palfrader.org>
Sat, 7 Sep 2019 22:16:03 +0000
(
00:16
+0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 7 Sep 2019 22:16:03 +0000
(
00:16
+0200)
modules/munin/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/munin/manifests/init.pp
b/modules/munin/manifests/init.pp
index
714ca93
..
91657e0
100644
(file)
--- 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
}