From 4c54d456811731abc5f918b21a613dd9c599e720 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 29 Dec 2021 11:36:12 -0500 Subject: [PATCH] some echos for logging --- setup/so-functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }