From: Stephen Gran Date: Mon, 16 Sep 2013 06:57:29 +0000 (+0100) Subject: and attach the role X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=51a857499936461df0ae802ba74dff166ad3ca78;hp=237421928fde8cb040a6e65e9161dbf593c802f4;p=dsa-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 a15eecf1..6f62ca8f 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 }