diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-20 14:38:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-20 14:38:54 -0200 |
commit | 16e019be09c8767607a941e8f79ec8a89fd81f38 (patch) | |
tree | 6f33df56f2864ad091e8c01c1d9868277077d8af | |
parent | b9f8f6df802838dbd9dc9736e7e888f51d0f8fb8 (diff) | |
download | puppet-nodo-16e019be09c8767607a941e8f79ec8a89fd81f38.tar.gz puppet-nodo-16e019be09c8767607a941e8f79ec8a89fd81f38.tar.bz2 |
Changing firewall rules for munin and gitd (2)
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 5b7dea1..8301bba 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -270,7 +270,7 @@ class nodo::vserver inherits nodo { order => "3$id", } - shorewall::rule { "munin-$context": + shorewall::rule { "munin-$context-1": action => 'DNAT', source => 'net', destination => "fw:192.168.0.$context:49$id", @@ -280,7 +280,7 @@ class nodo::vserver inherits nodo { order => "4$id", } - shorewall::rule { "munin-$context": + shorewall::rule { "munin-$context-2": action => 'DNAT', source => '$FW', destination => "fw:192.168.0.$context:49$id", |