diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 23:03:07 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-18 23:03:07 -0200 |
commit | edf5be6911a7133682e4bc2a558f28ac670eed0a (patch) | |
tree | 1bfe3399c3a3b8c93b5fc33ae7bc55893a411420 /manifests/init.pp | |
parent | 6f77e238b8efd6c4dfbd653f14e144c6dca2fad4 (diff) | |
download | puppet-nodo-edf5be6911a7133682e4bc2a558f28ac670eed0a.tar.gz puppet-nodo-edf5be6911a7133682e4bc2a558f28ac670eed0a.tar.bz2 |
Trying to fix munin firewall rule
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 47a4068..50b0502 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -274,7 +274,7 @@ class nodo::vserver inherits nodo { shorewall::rule { "munin-$context": action => 'DNAT', source => 'net', - destination => "vm:192.168.0.$context:49$id", + destination => "fw:192.168.0.$context:49$id", proto => 'tcp', destinationport => "49$id", ratelimit => '-', |