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:
729e6d7
)
More workarounds
author
Tollef Fog Heen
<tfheen@err.no>
Thu, 2 Jan 2014 17:49:34 +0000
(18:49 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Thu, 2 Jan 2014 17:49:34 +0000
(18:49 +0100)
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
f16846c
..
29beab5
100644
(file)
--- 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
}