start using nagios::server again, move cert setup there
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index e5c8e3a..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,4 +379,14 @@ class roles {
        if has_role('alioth_archive') {
                include roles::alioth_archive
        }
+       if has_role('anonscm') {
+               include roles::anonscm
+       }
+
+       if has_role('kanboard') {
+               include apache2
+               package {'php-gd': ensure => installed }
+               package {'php-pgsql': ensure => installed }
+               package {'libapache2-mod-php': ensure => installed }
+       }
 }