From: Silvio Rhatto Date: Sat, 8 Jan 2022 14:22:36 +0000 (-0300) Subject: Feat: initial ferm support (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=55fa862bae8e2582e5ac0c008a0bb0ec53d9bfff;p=puppet-firewall.git Feat: initial ferm support (2) --- diff --git a/manifests/init.pp b/manifests/init.pp index 8288b38..fced69a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -2,5 +2,5 @@ class firewall( $implementation = lookup('firewall::implementation', undef, undef, 'shorewall'), ) { - class { "firewall::${implementation}" } + class { "firewall::${implementation}": } }