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:
14db077
)
remove geoip from puppet for now
author
Martin Zobel-Helas
<zobel@debian.org>
Mon, 25 May 2009 19:22:47 +0000
(21:22 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Mon, 25 May 2009 19:22:47 +0000
(21:22 +0200)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
28db182
..
4f4d14a
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-71,11
+71,11
@@
node default {
# default: {}
# }
- case $hostname {
- geo1,geo2,geo3:
- { include geodns }
- default: {}
- }
+
#
case $hostname {
+
#
geo1,geo2,geo3:
+
#
{ include geodns }
+
#
default: {}
+
#
}
}
node penalosa inherits default {