reload apache instead of restarting it
[mirror/dsa-puppet.git] / modules / roles / manifests / nm.pp
index 4cdc3b3..f792de4 100644 (file)
@@ -1,5 +1,5 @@
 class roles::nm {
        ssl::service { 'nm.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
        }
 }