X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin%2Fmanifests%2Fmaster.pp;h=6d7d2fdc78b6ce4803d49f3dce7a5844c8fe8906;hb=2cdec8fac4eb9511d0e7d1a01523066cbd9d13f6;hp=d8d22710746445f2148ff484e39a882cf42f5996;hpb=0808c559c2a168b04b2e4478d52281a477ef6a03;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin/manifests/master.pp b/modules/munin/manifests/master.pp index d8d227107..6d7d2fdc7 100644 --- a/modules/munin/manifests/master.pp +++ b/modules/munin/manifests/master.pp @@ -24,7 +24,10 @@ class munin::master { Munin::Master_per_node<<| |>> - file { '/etc/cron.d/puppet-munin-cleanup': + file { '/etc/cron.d/puppet-munin-cleanup': ensure => absent; } + + concat::fragment { 'puppet-crontab--munin-master': + target => '/etc/cron.d/puppet-crontab', source => 'puppet:///modules/munin/master-cleanup-cron', } }