From 19f49dde75246ac120b275a970b85180b393d302 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 8 Feb 2023 13:14:08 -0500 Subject: [PATCH] recusivly copy the firewall files for setup --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index e15c7a191..0dc4751bd 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1181,7 +1181,7 @@ firewall_generate_templates() { local firewall_pillar_path=$local_salt_dir/salt/firewall logCmd "mkdir -p $firewall_pillar_path" - logCmd "cp ../files/firewall/* /opt/so/saltstack/local/salt/firewall/" + logCmd "cp -r ../files/firewall/* /opt/so/saltstack/local/salt/firewall/" # i think this can be commented out for 2.4 #for i in analyst beats_endpoint endgame sensors manager managersearch elastic_agent_endpoint searchnodes; do