diff options
-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", |