reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / munin / manifests / master.pp
index ca221b8..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,