From: Silvio Rhatto Date: Sat, 20 Feb 2010 02:18:11 +0000 (-0200) Subject: Firewall rule fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=78fe56d3eefd7ba5e1dd3f63ff9dd54e5ab39580;p=puppet-nodo.git Firewall rule fix --- 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",