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