summaryrefslogtreecommitdiff
path: root/manifests/virtual/icecast.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/virtual/icecast.pp')
-rw-r--r--manifests/virtual/icecast.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/virtual/icecast.pp b/manifests/virtual/icecast.pp
index 1681f18..3c392b6 100644
--- a/manifests/virtual/icecast.pp
+++ b/manifests/virtual/icecast.pp
@@ -15,7 +15,7 @@ class firewall::virtual::icecast($destination, $zone = 'fw') {
destination => "$zone:$destination:8000",
proto => 'tcp',
destinationport => '8000',
- originaldest => hiera('firewall::external_ip', $::ipaddress),
+ originaldest => lookup('firewall::external_ip', undef, undef, $::ipaddress),
ratelimit => '-',
order => 901,
}