Dump salt mine to log after applying SSL/CA salt states

This commit is contained in:
Jason Ertel
2020-06-09 13:16:03 -04:00
parent 910c809aa2
commit d09e2b6468

View File

@@ -1241,6 +1241,8 @@ salt_checkin() {
salt '*' mine.send x509.get_pem_entries glob_path=/etc/pki/ca.crt;
echo " Applying SSL state";
salt-call state.apply ssl;
echo " Confirming mine contents"
salt \* mine.get \* x509.get_pem_entries
} >> "$setup_log" 2>&1
;;
*)