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:
3bc20f1
)
saens alone
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 6 Mar 2010 18:04:50 +0000
(19:04 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 6 Mar 2010 18:04:50 +0000
(19:04 +0100)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
14fbc5f
..
fc671d4
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-93,7
+93,7
@@
node default {
rule => "&SERVICE_RANGE(tcp, http-alt, ( 192.25.206.16 70.103.162.29 217.196.43.134 ))"
}
}
- senfl
,saens:
{
+ senfl {
@ferm::rule { "dsa-rsync":
domain => "(ip ip6)",
description => "Allow rsync access",
@@
-106,6
+106,11
@@
node default {
description => "Allow ftp access",
rule => "&SERVICE(tcp, 21)"
}
+ @ferm::rule { "dsa-rsync":
+ domain => "(ip ip6)",
+ description => "Allow rsync access",
+ rule => "&SERVICE(tcp, 873)"
+ }
}
}