summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-08 11:22:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-08 11:22:36 -0300
commit55fa862bae8e2582e5ac0c008a0bb0ec53d9bfff (patch)
treec4d9bd8a5aa73b19a99e35c6179524d0f8c19423
parent77d9fa67e2b11a08c84c1a371b14b4fb9da575d4 (diff)
downloadpuppet-firewall-55fa862bae8e2582e5ac0c008a0bb0ec53d9bfff.tar.gz
puppet-firewall-55fa862bae8e2582e5ac0c008a0bb0ec53d9bfff.tar.bz2
Feat: initial ferm support (2)
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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}": }
}