X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmunin%2Fmanifests%2Fmaster.pp;h=6d7d2fdc78b6ce4803d49f3dce7a5844c8fe8906;hb=93bbb3585dc5f0ec8a28d616001d19065f28a41f;hp=493b9876067bf1c246ad20f1cc713d6d122122ea;hpb=44688b3127634f8a9369c6419f45a706a39ee628;p=mirror%2Fdsa-puppet.git diff --git a/modules/munin/manifests/master.pp b/modules/munin/manifests/master.pp index 493b98760..6d7d2fdc7 100644 --- a/modules/munin/manifests/master.pp +++ b/modules/munin/manifests/master.pp @@ -26,8 +26,8 @@ class munin::master { file { '/etc/cron.d/puppet-munin-cleanup': ensure => absent; } - concat::fragment { 'dsa-puppet-stuff--munin-master': - target => '/etc/cron.d/dsa-puppet-stuff', + concat::fragment { 'puppet-crontab--munin-master': + target => '/etc/cron.d/puppet-crontab', source => 'puppet:///modules/munin/master-cleanup-cron', } }