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