mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-16 05:53:09 +01:00
remove checkmine engine. add x509.get_pem_entries to managers mine_functions. simplify mine update during soup
This commit is contained in:
@@ -580,7 +580,7 @@ update_centos_repo() {
|
||||
update_salt_mine() {
|
||||
echo "Populating the mine with network.ip_addrs pillar.host.mainint for each host."
|
||||
set +e
|
||||
salt \* cmd.run cmd='MAININT=$(salt-call pillar.get host:mainint --out=newline_values_only) && salt-call mine.send name=network.ip_addrs interface="$MAININT"'
|
||||
salt \* mine.update
|
||||
set -e
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user