From: Stephen Gran Date: Mon, 16 Sep 2013 06:57:29 +0000 (+0100) Subject: and attach the role X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=51a857499936461df0ae802ba74dff166ad3ca78;p=mirror%2Fdsa-puppet.git and attach the role Signed-off-by: Stephen Gran --- diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index a15eecf1c..6f62ca8fc 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -88,6 +88,10 @@ class roles { include roles::pubsub } + if getfromhash($site::nodeinfo, 'buildd_master') { + include roles::buildd_master + } + if $::hostname in [ravel] { include roles::weblog_destination }