reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / keyring.pp
index eb331e0..379fae2 100644 (file)
@@ -4,7 +4,7 @@ class roles::keyring {
        }
 
        ssl::service { 'keyring.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
                key => true,
        }
 }