bacula_storage -> hiera role
[mirror/dsa-puppet.git] / modules / munin / manifests / master.pp
index aa7934f..6d7d2fd 100644 (file)
@@ -24,12 +24,10 @@ class munin::master {
 
        Munin::Master_per_node<<| |>>
 
-       file { '/etc/cron.d/puppet-munin-cleanup':
-               ensure => absent;
-       }
+       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',
        }
 }