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