From 729e6d78e4d1171c0bf9523e314376510446f56b Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Thu, 2 Jan 2014 18:47:12 +0100 Subject: [PATCH 1/1] Add workaround for buildd not being a real role yet --- modules/roles/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 261f84f84..f16846cfa 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -15,7 +15,8 @@ class roles { } } - if has_role('buildd') { + # XXX: turn this into a real role + if getfromhash($site::nodeinfo, 'buildd') { include buildd } -- 2.20.1