X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=e6d6d064337c64c1be510b329f06b81105753c29;hb=b3c1a06e8efd0cb8d9eab1a6d2e6a38949015837;hp=f930906605632e60f1cc4b881fade8c0321722eb;hpb=6635c186c4d7bd82e45d64d686679503b5593764;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index f93090660..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 @@ -282,6 +278,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 +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 } + } }