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