reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / contributors.pp
index 54863e2..d0ed1fb 100644 (file)
@@ -1,5 +1,5 @@
 class roles::contributors {
        ssl::service { 'contributors.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
        }
 }