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