From 8aabdcc454ad1dc10fa9d5eaee1a01169f8e98cd Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 6 Aug 2020 19:32:47 -0400 Subject: [PATCH] Fix name of rpm gpg keys --- confluent_osdeploy/el8/profiles/default/scripts/post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_osdeploy/el8/profiles/default/scripts/post.sh b/confluent_osdeploy/el8/profiles/default/scripts/post.sh index ed7ee9b4..bd861f39 100644 --- a/confluent_osdeploy/el8/profiles/default/scripts/post.sh +++ b/confluent_osdeploy/el8/profiles/default/scripts/post.sh @@ -18,7 +18,7 @@ fi # By default, the install repository is ignored, change # this by manually adding local repositories -rpm --import /etc/pki/rpm-gpg/RPM_GPG_KEY-* +rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-* run_remote_python add_local_repositories # This script will execute in the installed system, but using the installer kernel prior to reboot. # This is an appropriate place to run post install activities that do not require the actual installed