Decommission kantuser (RT#7583)
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index e6d6d06..3aaccfa 100644 (file)
@@ -383,10 +383,4 @@ class roles {
                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 }
-       }
 }