reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / dgit_git.pp
index be5b05c..866d8cb 100644 (file)
@@ -1,6 +1,6 @@
 class roles::dgit_git {
        ssl::service { 'git.dgit.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
                key => true,
        }