diff --git a/setup/so-functions b/setup/so-functions index a980d317a..bb5b26330 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1033,6 +1033,7 @@ copy_minion_tmp_files() { } >> "$setup_log" 2>&1 ;; esac + echo "Syncing all salt modules." >> "$setup_log" 2>&1 salt-call saltutil.sync_modules >> "$setup_log" 2>&1 } @@ -1437,7 +1438,7 @@ generate_ca() { echo "Building Certificate Authority"; salt-call state.apply ca; - echo " Confirming existence of the CA certificate" + echo "Confirming existence of the CA certificate" openssl x509 -in /etc/pki/ca.crt -noout -subject -issuer -dates } >> "$setup_log" 2>&1 }