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:
ddd7205
)
add lotti to loghost destinations
author
Stephen Gran
<steve@lobefin.net>
Tue, 21 Sep 2010 20:53:10 +0000
(21:53 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 21 Sep 2010 20:53:10 +0000
(21:53 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/manifests/per-host.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/per-host.pp
b/modules/ferm/manifests/per-host.pp
index
5e193ca
..
5641f65
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-146,7
+146,7
@@
class ferm::per-host {
proto tcp dport (21 22 80 53 443) ACCEPT;
proto udp dport (53 123) ACCEPT;
proto tcp dport 8140 daddr 82.195.75.104 ACCEPT; # puppethost
- proto tcp dport 5140 daddr
82.195.75.98
ACCEPT; # loghost
+ proto tcp dport 5140 daddr
(82.195.75.98 206.12.19.121)
ACCEPT; # loghost
proto tcp dport (25 submission) daddr ($HOST_MAILRELAY_V4) ACCEPT
'
}