summaryrefslogtreecommitdiff
path: root/manifests/implementations
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-25 13:00:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-25 13:00:48 -0300
commit9bfd1dd20b5cc47a5dd8a5bc8cc3e1e2183e1626 (patch)
tree17d1ea16114b947768d76a9a9d381bb88999b385 /manifests/implementations
parent4d726cb11385bf29e5c99c8c3b4e5579419d7538 (diff)
downloadpuppet-firewall-9bfd1dd20b5cc47a5dd8a5bc8cc3e1e2183e1626.tar.gz
puppet-firewall-9bfd1dd20b5cc47a5dd8a5bc8cc3e1e2183e1626.tar.bz2
Misc fixes
Diffstat (limited to 'manifests/implementations')
-rw-r--r--manifests/implementations/shorewall/virtual/munin.pp2
-rw-r--r--manifests/implementations/shorewall/virtual/ssh.pp2
-rw-r--r--manifests/implementations/shorewall/virtual/web.pp2
3 files changed, 3 insertions, 3 deletions
diff --git a/manifests/implementations/shorewall/virtual/munin.pp b/manifests/implementations/shorewall/virtual/munin.pp
index 79514c6..662d6d5 100644
--- a/manifests/implementations/shorewall/virtual/munin.pp
+++ b/manifests/implementations/shorewall/virtual/munin.pp
@@ -1,4 +1,4 @@
-define firewall::virtual::munin($destination, $port_orig, $port_dest = '', $order = '400', $zone = 'fw') {
+define firewall::implementations::shorewall::virtual::munin($destination, $port_orig, $port_dest = '', $order = '400', $zone = 'fw') {
shorewall::rule { "munin-$name-1":
action => 'DNAT',
source => 'net',
diff --git a/manifests/implementations/shorewall/virtual/ssh.pp b/manifests/implementations/shorewall/virtual/ssh.pp
index 7ad93fc..d873cd9 100644
--- a/manifests/implementations/shorewall/virtual/ssh.pp
+++ b/manifests/implementations/shorewall/virtual/ssh.pp
@@ -1,4 +1,4 @@
-define firewall::virtual::ssh($destination, $port_orig = '22', $port_dest = '', $zone = 'vm') {
+define firewall::implementations::shorewall::virtual::ssh($destination, $port_orig = '22', $port_dest = '', $zone = 'vm') {
shorewall::rule { "ssh-$name-1":
action => 'DNAT',
source => 'net',
diff --git a/manifests/implementations/shorewall/virtual/web.pp b/manifests/implementations/shorewall/virtual/web.pp
index 06bf993..13e6831 100644
--- a/manifests/implementations/shorewall/virtual/web.pp
+++ b/manifests/implementations/shorewall/virtual/web.pp
@@ -1,4 +1,4 @@
-define firewall::virtual::web(
+define firewall::implementations::shorewall::virtual::web(
$destination
) {
shorewall::rule { "web-route-${name}-1":