summaryrefslogtreecommitdiff
path: root/manifests/local.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/local.pp')
-rw-r--r--manifests/local.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/local.pp b/manifests/local.pp
index 804bce5..a44b9b8 100644
--- a/manifests/local.pp
+++ b/manifests/local.pp
@@ -1,8 +1,8 @@
class firewall::local(
- $network = hiera('firewall::local::network', '192.168.1.0/24'),
- $interface = hiera('firewall::local::interface', 'eth0'),
- $manage_host = hiera('firewall::local::manage_host', true),
- $manage_interface = hiera('firewall::local::manage_iface', false)
+ $network = lookup('firewall::local::network', undef, undef, '192.168.1.0/24'),
+ $interface = lookup('firewall::local::interface', undef, undef, 'eth0'),
+ $manage_host = lookup('firewall::local::manage_host', undef, undef, true),
+ $manage_interface = lookup('firewall::local::manage_iface', undef, undef, false)
) {
if $manage_host {