X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Finit.pp;h=fad6b087a436751f643a1ef183d5263ec6fb78dd;hb=23b3472027a552a8d691d19cdfb60a521f027955;hp=cc1d521237c6fce5a1c47372c72b1256110e9061;hpb=ff8cc81ab5960f98c852c95f0cc7b4f3ca377343;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index cc1d52123..fad6b087a 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -16,6 +16,10 @@ class roles { include buildd } + if getfromhash($site::nodeinfo, 'porterbox') { + include porterbox + } + if getfromhash($site::nodeinfo, 'bugs_mirror') { include roles::bugs_mirror } @@ -71,4 +75,12 @@ class roles { if getfromhash($site::nodeinfo, 'weblog_provider') { include roles::weblog_provider } + + if getfromhash($site::nodeinfo, 'mailrelay') { + include roles::mailrelay + } + + if $::hostname in [ravel] { + include roles::weblog_destination + } }