From 55fa862bae8e2582e5ac0c008a0bb0ec53d9bfff Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 8 Jan 2022 11:22:36 -0300 Subject: Feat: initial ferm support (2) --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}": } } -- cgit v1.2.3