From: Tollef Fog Heen Date: Thu, 2 Jan 2014 17:49:34 +0000 (+0100) Subject: More workarounds X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f036067f9edca6bce895e793333381b77d68581a;p=mirror%2Fdsa-puppet.git More workarounds --- diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index f16846cfa..29beab5c0 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -20,7 +20,8 @@ class roles { include buildd } - if has_role('porterbox') { + # XXX: turn this into a real role + if getfromhash($site::nodeinfo, 'porterbox') { include porterbox }