From: david22swan Date: Thu, 21 Apr 2022 09:06:53 +0000 (+0100) Subject: (GH-cat-9) syntax:hiera:yaml fixes X-Git-Tag: v3.5.0~3^2~2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b456b7e2f45fb11d79433a022fbc29d7a8227d89;p=puppet-modules%2Fpuppetlabs-firewall.git (GH-cat-9) syntax:hiera:yaml fixes --- diff --git a/manifests/linux.pp b/manifests/linux.pp index c782a2c..91cebeb 100644 --- a/manifests/linux.pp +++ b/manifests/linux.pp @@ -46,8 +46,8 @@ class firewall::linux ( } package { 'iptables': - name => $iptables_name, ensure => $pkg_ensure, + name => $iptables_name, } if $ebtables_manage {