Import GPG

This commit is contained in:
Mike Reeves
2022-04-11 11:32:08 -04:00
parent 9ed49ef318
commit a3bf904e2d

View File

@@ -149,7 +149,7 @@ analyst_salt_local() {
logCmd "yum -y update --exclude=salt*"
logCmd "systemctl enable salt-minion"
logCmd "salt-call state.apply workstation --local --file-root=$temp_install_dir/salt/ -l info"
logCmd "salt-call state.apply workstation --local --file-root=../salt/ -l info"
}