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:
8bc1e68
)
More workarounds
author
Tollef Fog Heen
<tfheen@err.no>
Thu, 2 Jan 2014 18:07:39 +0000
(19:07 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Thu, 2 Jan 2014 18:07:56 +0000
(19:07 +0100)
modules/roles/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/init.pp
b/modules/roles/manifests/init.pp
index
e3e88ae
..
81b668f
100644
(file)
--- a/
modules/roles/manifests/init.pp
+++ b/
modules/roles/manifests/init.pp
@@
-39,7
+39,9
@@
class roles {
include roles::security_mirror
}
- if has_role('apache2_www_mirror') {
+
+ # XXX: turn this into a real role
+ if getfromhash($site::nodeinfo, 'apache2_www_mirror') {
include roles::www_mirror
}