Fix file for firewall templates

This commit is contained in:
Mike Reeves
2020-05-05 14:45:54 -04:00
parent fbbf9dab60
commit 6936bc9c3e

View File

@@ -716,7 +716,7 @@ firewall_generate_templates() {
printf '%s\n'\
"$i:"\
" - 127.0.0.1"\
"" > "$firewall_pillar_path"
"" > "$firewall_pillar_path/$i.sls"
done
}