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:
d01180c
)
Use facter to tell us which hosts need this module
author
Stephen Gran
<steve@lobefin.net>
Mon, 29 Jun 2009 22:19:24 +0000
(23:19 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 29 Jun 2009 22:19:24 +0000
(23:19 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
953000e
..
a88b728
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-72,8
+72,8
@@
node default {
{ include geodns }
default: {}
}
-}
-
-node penalosa inherits default {
- include hosts
+ case $brokenhosts {
+ "true": { include hosts }
+ default: {}
+ }
}