Fix acng to actually cache

This commit is contained in:
Mike Reeves
2021-03-26 16:21:03 -04:00
parent 955d41abde
commit bab062e52b

View File

@@ -163,7 +163,7 @@ get_random_value() {
}
gpg_rpm_import() {
if [[ "$OS" = "centos" ]]; then
if [[ "$OS" == "centos" ]]; then
if [[ "$WHATWOULDYOUSAYYAHDOHERE" == "setup" ]]; then
local RPMKEYSLOC=$temp_install_dir/salt/common/keys
else