Make gobby key loaded from a template
[mirror/dsa-puppet.git] / modules / roles / manifests / dgit_git.pp
index 9c8b5f0..866d8cb 100644 (file)
@@ -1,6 +1,7 @@
 class roles::dgit_git {
        ssl::service { 'git.dgit.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
+               key => true,
        }
 
        apache2::site { '010-git.dgit.debian.org':