mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
Install Script - Master Fix for ca state
This commit is contained in:
@@ -384,7 +384,10 @@ saltify() {
|
||||
}
|
||||
|
||||
salt_checkin() {
|
||||
|
||||
# Master State to Fix Mine Usage
|
||||
if [ $INSTALLTYPE == 'MASTERONLY' ]; then
|
||||
salt-call state.apply ca
|
||||
fi
|
||||
# Run Checkin
|
||||
salt-call state.highstate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user