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:
f572eb9
)
nagios gets to port 22 on freebsd hosts
author
Peter Palfrader
<peter@palfrader.org>
Tue, 10 Aug 2010 15:25:24 +0000
(17:25 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 10 Aug 2010 15:25:24 +0000
(17:25 +0200)
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
5128a0d
..
3f9ceaa
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-118,7
+118,7
@@
class ferm::per-host {
description => "Traffic routed to kfreebsd hosts",
rule => 'chain to-kfreebsd {
proto icmp ACCEPT;
- source ($FREEBSD_SSH_ACCESS) proto tcp dport 22 ACCEPT;
+ source ($FREEBSD_SSH_ACCESS
$HOST_NAGIOS_V4
) proto tcp dport 22 ACCEPT;
source ($HOST_MAILRELAY_V4) proto tcp dport 25 ACCEPT;
source ($HOST_MUNIN_V4) proto tcp dport 4949 ACCEPT;
source ($HOST_NAGIOS_V4) proto tcp dport 5666 ACCEPT;