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:
b72da75
)
sigh, missing colon
author
Stephen Gran
<steve@lobefin.net>
Sun, 15 Nov 2009 00:37:13 +0000
(
00:37
+0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 15 Nov 2009 00:37:13 +0000
(
00:37
+0000)
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
473f36c
..
ac27234
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-58,7
+58,7
@@
node default {
"true": {
case extractnodeinfo($nodeinfo, 'apache2_security_mirror') {
"true": { include apache2::security_mirror }
- default
{ include apache2 }
+ default
:
{ include apache2 }
}
}
}