summaryrefslogtreecommitdiff
path: root/manifests/local.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-07 21:06:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-07 21:06:40 -0300
commit8c2babfd529b4c1e0d3844afc08b728a05f61caa (patch)
tree8f44d74d79fa2f0aa62f1987d0197cb1aaa706a7 /manifests/local.pp
parente06d326f0be9f69bf4fa3b695f898c1cb9c5b200 (diff)
downloadpuppet-firewall-8c2babfd529b4c1e0d3844afc08b728a05f61caa.tar.gz
puppet-firewall-8c2babfd529b4c1e0d3844afc08b728a05f61caa.tar.bz2
Hiera 5 migration
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 {