prepare anonscm vhost
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index f930906..864eb49 100644 (file)
@@ -282,6 +282,10 @@ class roles {
                include roles::snapshot
        }
 
+       if has_role('snapshot_web') {
+               include roles::snapshot_web
+       }
+
        if has_role('veyepar.debian.org') {
                ssl::service { 'veyepar.debian.org': notify  => Exec['service apache2 reload'], key => true, }
        }
@@ -379,4 +383,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 }
+       }
 }