reindent
[mirror/dsa-puppet.git] / modules / roles / manifests / jenkins.pp
index 1264e8b..857c2be 100644 (file)
@@ -8,6 +8,7 @@ class roles::jenkins {
        }
 
        ssl::service { 'jenkins.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
+               key => true,
        }
 }