reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / syncproxy.pp
index 202cabd..3101025 100644 (file)
@@ -37,7 +37,7 @@ class roles::syncproxy {
        if $::apache2 and $syncproxy_name != 'unknown' {
                include apache2::ssl
                ssl::service { "$syncproxy_name":
-                       notify => Service['apache2'],
+                       notify  => Exec['service apache2 reload'],
                        key => true,
                }
                apache2::site { '010-syncproxy.debian.org':