From 6936bc9c3e3e9f9af8a8964313392695fc7851a4 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 5 May 2020 14:45:54 -0400 Subject: [PATCH] Fix file for firewall templates --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 3074de9de..92fb6cfda 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -716,7 +716,7 @@ firewall_generate_templates() { printf '%s\n'\ "$i:"\ " - 127.0.0.1"\ - "" > "$firewall_pillar_path" + "" > "$firewall_pillar_path/$i.sls" done }