summaryrefslogtreecommitdiff
path: root/manifests/shaping.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/shaping.pp')
-rw-r--r--manifests/shaping.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/shaping.pp b/manifests/shaping.pp
index 63bd464..277f82c 100644
--- a/manifests/shaping.pp
+++ b/manifests/shaping.pp
@@ -1,7 +1,7 @@
class firewall::shaping(
- $device = hiera('firewall::device', 'eth0'),
- $in_bandwidth = hiera('firewall::in_bandwidth', '1000mbps'),
- $out_bandwidth = hiera('firewall::out_bandwidth', '1000mbps')
+ $device = lookup('firewall::device', undef, undef, 'eth0'),
+ $in_bandwidth = lookup('firewall::in_bandwidth', undef, undef, '1000mbps'),
+ $out_bandwidth = lookup('firewall::out_bandwidth', undef, undef, '1000mbps')
) {
#
# Traffic shaping