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