port 6081 should be allowed via snapshot
[mirror/dsa-puppet.git] / modules / roles / manifests / sso.pp
index 890a0ba..b7160cd 100644 (file)
@@ -1,5 +1,6 @@
 class roles::sso {
        ssl::service { 'sso.debian.org':
-               notify => Service['apache2'],
+               notify  => Exec['service apache2 reload'],
+               key => true,
        }
 }