]> gitweb.fluxo.info Git - puppet-firewall.git/commitdiff
Feat: initial ferm support (2)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 8 Jan 2022 14:22:36 +0000 (11:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 8 Jan 2022 14:22:36 +0000 (11:22 -0300)
manifests/init.pp

index 8288b387f1932b729392ca33065ee5710185add5..fced69a99a680a4557ea63132d15a917ed3cfcee 100644 (file)
@@ -2,5 +2,5 @@
 class firewall(
   $implementation = lookup('firewall::implementation', undef, undef, 'shorewall'),
 ) {
-  class { "firewall::${implementation}" }
+  class { "firewall::${implementation}": }
 }