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:
be6b89c
)
weasel is always right
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 6 Mar 2010 17:38:29 +0000
(18:38 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 6 Mar 2010 17:41:05 +0000
(18:41 +0100)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
ef98dfc
..
a29e9d3
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-84,8
+84,10
@@
node default {
}
case extractnodeinfo($nodeinfo, 'apache2_security_mirror') {
- true: { include rsync }
- true: { include ftp }
+ true: {
+ include rsync
+ include ftp
+ }
}
case $hostname {