mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Run salt command to check in to master before accepting salt key
This commit is contained in:
@@ -654,7 +654,6 @@ docker_seed_registry() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
fireeye_pillar() {
|
||||
|
||||
local fireeye_pillar_path=/opt/so/saltstack/pillar/fireeye
|
||||
@@ -668,6 +667,10 @@ fireeye_pillar() {
|
||||
|
||||
}
|
||||
|
||||
salt_firstcheckin() {
|
||||
salt-call state.show_top >> "$setup_log" 2>&1
|
||||
}
|
||||
|
||||
fleet_pillar() {
|
||||
|
||||
local pillar_file="$temp_install_dir"/pillar/minions/"$MINION_ID".sls
|
||||
|
||||
Reference in New Issue
Block a user