reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / debtags.pp
index 5032809..b11e757 100644 (file)
@@ -3,7 +3,7 @@ class roles::debtags {
        package { 'libapache2-mod-wsgi': ensure => installed, }
 
        ssl::service { 'debtags.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
                key => true,
        }