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