]> git.openstreetmap.org Git - chef.git/commitdiff
shorewall: minor config align to upstream
authorGrant Slater <github@firefishy.com>
Wed, 12 Oct 2022 08:15:10 +0000 (09:15 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 12 Oct 2022 08:15:10 +0000 (09:15 +0100)
cookbooks/networking/templates/default/shorewall.conf.erb

index 1ec804b047d565a96582ad4a136f6158d7985964..17eef48da2793dbf2c855b60cce27e526a9a53ad 100644 (file)
@@ -7,7 +7,7 @@
 STARTUP_ENABLED=Yes
 
 ###############################################################################
-#                            V E R B O S I T Y
+#                           V E R B O S I T Y
 ###############################################################################
 
 VERBOSITY=1
@@ -92,7 +92,7 @@ MODULESDIR=
 
 NFACCT=
 
-PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin
+PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin"
 
 PERL=/usr/bin/perl
 
@@ -116,7 +116,7 @@ QUEUE_DEFAULT="none"
 REJECT_DEFAULT="Broadcast(DROP),Multicast(DROP)"
 
 ###############################################################################
-#                        R S H / R C P  C O M M A N D S
+#                       R S H / R C P  C O M M A N D S
 ###############################################################################
 
 RCP_COMMAND='scp ${files} ${root}@${system}:${destination}'