reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / www_master.pp
index 57e52ef..aabe5f2 100644 (file)
@@ -1,6 +1,6 @@
 class roles::www_master {
        ssl::service { 'www-master.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
                key => true,
        }
 }