Install Script - Master Fix for ca state

This commit is contained in:
Mike Reeves
2018-05-30 12:47:54 -04:00
parent 0bffcc1ac5
commit 9e21b9528c
+4 -1
View File
@@ -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