mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 14:02:52 +01:00
Merge pull request #9745 from Security-Onion-Solutions/2.4/firewall
2.4/firewall
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% import_yaml 'firewall/ports/ports.yaml' as default_portgroups %}
|
||||
{% set default_portgroups = default_portgroups.firewall.ports %}
|
||||
{% import_yaml 'firewall/portgroups.local.yaml' as local_portgroups %}
|
||||
{% import_yaml 'firewall/ports/ports.local.yaml' as local_portgroups %}
|
||||
{% if local_portgroups.firewall.ports %}
|
||||
{% set local_portgroups = local_portgroups.firewall.ports %}
|
||||
{% else %}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user