[fix] Sync modules so states can use our modules during setup

This commit is contained in:
William Wernert
2020-11-09 14:01:19 -05:00
parent 394fa727cb
commit ff4d7a6cb6

View File

@@ -1729,6 +1729,7 @@ salt_checkin() {
{ {
salt-call state.apply ca; salt-call state.apply ca;
salt-call state.apply ssl; salt-call state.apply ssl;
salt-call saltutil.sync_modules;
} >> "$setup_log" 2>&1 } >> "$setup_log" 2>&1
} }