diff --git a/setup/so-functions b/setup/so-functions index fda0398a6..ab6d3ba55 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -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 ;; *)