summaryrefslogtreecommitdiff
path: root/manifests/virtual/ssh.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/virtual/ssh.pp')
-rw-r--r--manifests/virtual/ssh.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/virtual/ssh.pp b/manifests/virtual/ssh.pp
index 4832b58..7ad93fc 100644
--- a/manifests/virtual/ssh.pp
+++ b/manifests/virtual/ssh.pp
@@ -21,7 +21,7 @@ define firewall::virtual::ssh($destination, $port_orig = '22', $port_dest = '',
},
proto => 'tcp',
destinationport => "$port_orig",
- originaldest => hiera('firewall::external_ip', $::ipaddress),
+ originaldest => lookup('firewall::external_ip', undef, undef, $::ipaddress),
ratelimit => '-',
order => "2$port_orig",
}