Import GPG

This commit is contained in:
Mike Reeves
2022-04-11 11:29:56 -04:00
parent f7760394a1
commit 9ed49ef318

View File

@@ -149,7 +149,7 @@ analyst_salt_local() {
logCmd "yum -y update --exclude=salt*" logCmd "yum -y update --exclude=salt*"
logCmd "systemctl enable salt-minion" 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"
} }