diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-01-08 11:22:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-01-08 11:22:36 -0300 |
commit | 55fa862bae8e2582e5ac0c008a0bb0ec53d9bfff (patch) | |
tree | c4d9bd8a5aa73b19a99e35c6179524d0f8c19423 | |
parent | 77d9fa67e2b11a08c84c1a371b14b4fb9da575d4 (diff) | |
download | puppet-firewall-55fa862bae8e2582e5ac0c008a0bb0ec53d9bfff.tar.gz puppet-firewall-55fa862bae8e2582e5ac0c008a0bb0ec53d9bfff.tar.bz2 |
Feat: initial ferm support (2)
-rw-r--r-- | manifests/init.pp | 2 |
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}": } } |