rename dsa-puppet-stuff to puppet-crontab
[mirror/dsa-puppet.git] / modules / munin / manifests / master.pp
index 493b987..6d7d2fd 100644 (file)
@@ -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',
        }
 }