mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
dont enable startup_states during setup. use salt to add it
This commit is contained in:
@@ -545,8 +545,8 @@ configure_minion() {
|
||||
checkin_at_boot() {
|
||||
local minion_config=/etc/salt/minion
|
||||
|
||||
info "Enabling checkin at boot"
|
||||
echo "startup_states: highstate" >> "$minion_config"
|
||||
# we add this commented so that we can use salt later to uncomment it
|
||||
echo "#startup_states: highstate" >> "$minion_config"
|
||||
}
|
||||
|
||||
check_requirements() {
|
||||
|
||||
Reference in New Issue
Block a user