Install Script - Fix for master ca state

This commit is contained in:
Mike Reeves
2018-05-30 12:57:32 -04:00
parent 9e21b9528c
commit 73860ecf1e

View File

@@ -386,11 +386,18 @@ saltify() {
salt_checkin() {
# Master State to Fix Mine Usage
if [ $INSTALLTYPE == 'MASTERONLY' ]; then
salt-call state.apply common
salt-call state.apply ca
fi
service salt-minion restart
salt-call state.highstate
else
# Run Checkin
salt-call state.highstate
fi
}
salt_checkin_message() {