add a kanboard role
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index e5c8e3a..b17314f 100644 (file)
@@ -383,4 +383,11 @@ class roles {
        if has_role('alioth_archive') {
                include roles::alioth_archive
        }
+
+       if has_role('kanboard') {
+               include apache2
+               package {'php-gd': ensure => installed }
+               package {'php-pgsql': ensure => installed }
+               package {'libapache2-mod-php': ensure => installed }
+       }
 }