diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-20 00:18:11 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-20 00:18:11 -0200 |
commit | 78fe56d3eefd7ba5e1dd3f63ff9dd54e5ab39580 (patch) | |
tree | d8b2f3f68e9142d800a3837f9454ad419a06bf5a | |
parent | ff228c21fade94398ecdb089ca8acbc49f3563bc (diff) | |
download | puppet-nodo-78fe56d3eefd7ba5e1dd3f63ff9dd54e5ab39580.tar.gz puppet-nodo-78fe56d3eefd7ba5e1dd3f63ff9dd54e5ab39580.tar.bz2 |
Firewall rule fix
-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 19a26cf..ec61a5b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -264,7 +264,7 @@ class nodo::vserver inherits nodo { source => '$FW', destination => "fw:192.168.0.$context:22", proto => 'tcp', - destinationport => '8140', + destinationport => "22$id", originaldest => "$ipaddress", ratelimit => '-', order => "3$id", |