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:
009ad01
)
move munin-master crontab to dsa-puppet-stuff
author
Peter Palfrader
<peter@palfrader.org>
Mon, 25 Dec 2017 10:56:07 +0000
(11:56 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 25 Dec 2017 10:56:07 +0000
(11:56 +0100)
modules/munin/manifests/master.pp
patch
|
blob
|
history
diff --git
a/modules/munin/manifests/master.pp
b/modules/munin/manifests/master.pp
index
d8d2271
..
aa7934f
100644
(file)
--- a/
modules/munin/manifests/master.pp
+++ b/
modules/munin/manifests/master.pp
@@
-25,6
+25,11
@@
class munin::master {
Munin::Master_per_node<<| |>>
file { '/etc/cron.d/puppet-munin-cleanup':
+ ensure => absent;
+ }
+
+ concat::fragment { 'dsa-puppet-stuff--munin-master':
+ target => '/etc/cron.d/dsa-puppet-stuff',
source => 'puppet:///modules/munin/master-cleanup-cron',
}
}