whitespace changes
[mirror/dsa-puppet.git] / modules / munin / manifests / master.pp
index 2a01854..5dc0bbc 100644 (file)
@@ -10,7 +10,7 @@ class munin::master {
        }
 
        ssl::service { 'munin.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
        }
        file { '/etc/munin/munin-conf.d':
                ensure  => directory,
@@ -22,4 +22,8 @@ class munin::master {
        }
 
        Munin::Master-per-node<<| |>>
+
+       file { '/etc/cron.d/puppet-munin-cleanup':
+               source => 'puppet:///modules/munin/master-cleanup-cron',
+       }
 }