LE cert for security-tracker
[mirror/dsa-puppet.git] / modules / roles / manifests / rtmaster.pp
index b1c7487..0546942 100644 (file)
@@ -1,5 +1,6 @@
 class roles::rtmaster {
        ssl::service { 'rt.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
+               tlsaport => 0,
        }
 }