mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #10018 from Security-Onion-Solutions/managersaltrestart
Managersaltrestart
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
{% from 'vars/elasticsearch.map.jinja' import ELASTICSEARCH_GLOBALS %}
|
{% from 'vars/elasticsearch.map.jinja' import ELASTICSEARCH_GLOBALS %}
|
||||||
|
{% from 'vars/sensor.map.jinja' import SENSOR_GLOBALS %}
|
||||||
|
|
||||||
{% set ROLE_GLOBALS = {} %}
|
{% set ROLE_GLOBALS = {} %}
|
||||||
|
|
||||||
{% set IMPORT_GLOBALS =
|
{% set IMPORT_GLOBALS =
|
||||||
[
|
[
|
||||||
ELASTICSEARCH_GLOBALS
|
ELASTICSEARCH_GLOBALS,
|
||||||
|
SENSOR_GLOBALS
|
||||||
]
|
]
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
|||||||
@@ -633,6 +633,8 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
fi
|
fi
|
||||||
checkin_at_boot
|
checkin_at_boot
|
||||||
set_initial_firewall_access
|
set_initial_firewall_access
|
||||||
|
systemctl restart salt-master
|
||||||
|
systemctl restart salt-minion
|
||||||
verify_setup
|
verify_setup
|
||||||
else
|
else
|
||||||
touch /root/accept_changes
|
touch /root/accept_changes
|
||||||
|
|||||||
Reference in New Issue
Block a user