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:
b22631b
)
fix syntax
author
Stephen Gran
<steve@lobefin.net>
Fri, 4 Feb 2011 16:32:21 +0000
(16:32 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Fri, 4 Feb 2011 16:32:21 +0000
(16:32 +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
428b78e
..
5e57615
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-78,7
+78,7
@@
node default {
case extractnodeinfo($nodeinfo, 'apache2_www_mirror') {
true: { include apache2::www_mirror }
}
- default: { include apache2 }
+ include apache2
}
}