reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / dbmaster.pp
index 111b4f1..56b7433 100644 (file)
@@ -13,7 +13,7 @@ class roles::dbmaster {
        $rabbit_password = $roles::pubsub::parameters::rabbit_password
 
        ssl::service { 'db.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
        }
 
        roles::pubsub::config { 'generate':