Temporarily switch off privacy logging for security.d.o
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index b17314f..e6d6d06 100644 (file)
@@ -17,11 +17,7 @@ class roles {
        }
 
        if has_role('nagiosmaster') {
-       #       include nagios::server
-               ssl::service { 'nagios.debian.org':
-                       notify  => Exec['service apache2 reload'],
-                       key => true,
-               }
+               include nagios::server
        }
 
        # XXX: turn this into a real role
@@ -383,6 +379,9 @@ class roles {
        if has_role('alioth_archive') {
                include roles::alioth_archive
        }
+       if has_role('anonscm') {
+               include roles::anonscm
+       }
 
        if has_role('kanboard') {
                include apache2