summaryrefslogtreecommitdiff
path: root/manifests/implementations/shorewall/router/ssh.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-25 13:29:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-25 13:29:40 -0300
commita3e5ee421e5686b2e5f7536a91436e37a7b1e684 (patch)
tree9ed3722c77fc2a8f003bb103b2e8305a85fa6272 /manifests/implementations/shorewall/router/ssh.pp
parent9bfd1dd20b5cc47a5dd8a5bc8cc3e1e2183e1626 (diff)
downloadpuppet-firewall-a3e5ee421e5686b2e5f7536a91436e37a7b1e684.tar.gz
puppet-firewall-a3e5ee421e5686b2e5f7536a91436e37a7b1e684.tar.bz2
Misc fixes (2)
Diffstat (limited to 'manifests/implementations/shorewall/router/ssh.pp')
-rw-r--r--manifests/implementations/shorewall/router/ssh.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/implementations/shorewall/router/ssh.pp b/manifests/implementations/shorewall/router/ssh.pp
index a37b61f..9bdf69e 100644
--- a/manifests/implementations/shorewall/router/ssh.pp
+++ b/manifests/implementations/shorewall/router/ssh.pp
@@ -1,4 +1,4 @@
-define firewall::router::ssh($destination, $port_orig = '22', $port_dest = '', $zone = 'loc',
+define firewall::implementations::shorewall::router::ssh($destination, $port_orig = '22', $port_dest = '', $zone = 'loc',
$originaldest = $ipaddress) {
shorewall::rule { "ssh-$name-1":
action => 'DNAT',