X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=e6d6d064337c64c1be510b329f06b81105753c29;hb=a74b52357ea7cd46947ea6f31d09bf550c2debe2;hp=e5c8e3ad5235cec958bc0a9d688081bd2ea1bae2;hpb=9c2c8ca01f9ad72506e7d765129425a314ed3a88;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index e5c8e3ad5..e6d6d0643 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -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 } + } }