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:
6f203c4
)
add tcp port for remote syslog
author
Martin Zobel-Helas
<zobel@debian.org>
Fri, 18 Jun 2010 16:25:27 +0000
(18:25 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Fri, 18 Jun 2010 16:25:27 +0000
(18:25 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
06e6cc4
..
59bcf74
100644
(file)
--- a/
manifests/site.pp
+++ b/
manifests/site.pp
@@
-167,6
+167,17
@@
node default {
rule => "source 172.22.127.147 interface bond0 jump ACCEPT",
}
}
+ heininen: {
+ @ferm::rule { "dsa-puppet":
+ description => "Allow syslog access",
+ rule => "&SERVICE_RANGE(tcp, 5140, \$HOST_DEBIAN_V4)"
+ }
+ @ferm::rule { "dsa-puppet-v6":
+ domain => 'ip6',
+ description => "Allow syslog access",
+ rule => "&SERVICE_RANGE(tcp, 5140, \$HOST_DEBIAN_V6)"
+ }
+ }
}
case $brokenhosts {