fix other OS installs

This commit is contained in:
Mike Reeves
2023-07-17 10:34:14 -04:00
parent 921fc95668
commit 894e009b95
2 changed files with 5 additions and 18 deletions

View File

@@ -199,7 +199,7 @@ get_random_value() {
}
gpg_rpm_import() {
if [[ $is_rpm ]]; then
if [[ $is_supported ]]; then
if [[ "$WHATWOULDYOUSAYYAHDOHERE" == "setup" ]]; then
local RPMKEYSLOC="../salt/repo/client/files/$OS/keys"
else