From 6f81e234cd1fb0cc6d73d55109341e3c0aabd410 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 12 Jul 2023 14:52:23 -0400 Subject: [PATCH] Initial Oracle support --- salt/common/tools/sbin/so-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/so-common b/salt/common/tools/sbin/so-common index 32fb513c5..4d2466de9 100755 --- a/salt/common/tools/sbin/so-common +++ b/salt/common/tools/sbin/so-common @@ -199,7 +199,7 @@ get_random_value() { } gpg_rpm_import() { - if [[ $is_rocky || $is_centos ]]; then + if [[ $is_rpm ]]; then if [[ "$WHATWOULDYOUSAYYAHDOHERE" == "setup" ]]; then local RPMKEYSLOC="../salt/repo/client/files/$OS/keys" else