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