summaryrefslogtreecommitdiff
path: root/manifests/virtual/dns.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/virtual/dns.pp')
-rw-r--r--manifests/virtual/dns.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/virtual/dns.pp b/manifests/virtual/dns.pp
index f389929..1bf3872 100644
--- a/manifests/virtual/dns.pp
+++ b/manifests/virtual/dns.pp
@@ -25,7 +25,7 @@ class firewall::virtual::dns($destination, $zone = 'vm') {
destination => "fw:$destination:53",
proto => 'tcp',
destinationport => '53',
- originaldest => hiera('firewall::external_ip', $::ipaddress),
+ originaldest => lookup('firewall::external_ip', undef, undef, $::ipaddress),
ratelimit => '-',
order => 2002,
}
@@ -46,7 +46,7 @@ class firewall::virtual::dns($destination, $zone = 'vm') {
destination => "fw:$destination:53",
proto => 'udp',
destinationport => '53',
- originaldest => hiera('firewall::external_ip', $::ipaddress),
+ originaldest => lookup('firewall::external_ip', undef, undef, $::ipaddress),
ratelimit => '-',
order => 2004,
}