Restart slapd on TLS cert renew
[mirror/dsa-puppet.git] / modules / roles / manifests / jenkins.pp
index 56bd7a5..857c2be 100644 (file)
@@ -1,4 +1,5 @@
 class roles::jenkins {
+       include apache2::ssl
        apache2::module { 'proxy_http': }
 
        apache2::site { '010-jenkins.debian.org':
@@ -7,6 +8,7 @@ class roles::jenkins {
        }
 
        ssl::service { 'jenkins.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
+               key => true,
        }
 }