reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / jenkins.pp
index 1264e8b..e2374bc 100644 (file)
@@ -8,6 +8,6 @@ class roles::jenkins {
        }
 
        ssl::service { 'jenkins.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
        }
 }