From 9ed49ef31817de30dbb4b581966a562ef0f90c70 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 11 Apr 2022 11:29:56 -0400 Subject: [PATCH] Import GPG --- setup/so-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-functions b/setup/so-functions index 7edf1a4df..96ae8a0db 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -149,7 +149,7 @@ analyst_salt_local() { logCmd "yum -y update --exclude=salt*" logCmd "systemctl enable salt-minion" - salt-call state.apply workstation --local --file-root=$temp_install_dir/salt/ -l info + logCmd "salt-call state.apply workstation --local --file-root=$temp_install_dir/salt/ -l info" }