projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
544c654
)
Add workaround for buildd not being a real role yet
author
Tollef Fog Heen
<tfheen@err.no>
Thu, 2 Jan 2014 17:47:12 +0000
(18:47 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Thu, 2 Jan 2014 17:47:12 +0000
(18:47 +0100)
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
261f84f
..
f16846c
100644
(file)
--- 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
}