From b456b7e2f45fb11d79433a022fbc29d7a8227d89 Mon Sep 17 00:00:00 2001 From: david22swan Date: Thu, 21 Apr 2022 10:06:53 +0100 Subject: [PATCH] (GH-cat-9) syntax:hiera:yaml fixes --- manifests/linux.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.45.2