aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/classes/firewall.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/classes/firewall.pp b/manifests/classes/firewall.pp
index 750fdc6..cd1b225 100644
--- a/manifests/classes/firewall.pp
+++ b/manifests/classes/firewall.pp
@@ -4,9 +4,9 @@ class firewall {
shorewall::rule { "ssh-02":
action => 'DNAT',
source => 'net',
- destination => "vm:192.168.0.$context:22",
+ destination => "vm:192.168.0.2:22",
proto => 'tcp',
- destinationport => "22$id",
+ destinationport => "2202",
ratelimit => '-',
order => "202",
}