From 7cf01d8cdd4c338e1762d6a9585b3d8c670fc659 Mon Sep 17 00:00:00 2001 From: Aria Li Date: Tue, 15 Apr 2025 11:20:05 -0700 Subject: [PATCH] (PA-7438) Regenerate install.sh to take in puppet_agent changes This commit updates the puppet_agent module and updates install.sh after being regenerated with the new puppet_agent changes. The puppet_agent changes include the updates to the GPG key too. --- install.sh | 2 +- modules/puppet_agent | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8a38fa5..b1605ea 100755 --- a/install.sh +++ b/install.sh @@ -965,7 +965,7 @@ case $platform in rm -f "$gpg_key" done else - for key in "puppet" "puppet-20250406"; do + for key in "puppet"; do gpg_key="${tmp_dir}/RPM-GPG-KEY-${key}" do_download "https://yum.puppet.com/RPM-GPG-KEY-${key}" "$gpg_key" rpm --import "$gpg_key" diff --git a/modules/puppet_agent b/modules/puppet_agent index 141bc58..9f8469c 160000 --- a/modules/puppet_agent +++ b/modules/puppet_agent @@ -1 +1 @@ -Subproject commit 141bc5801359ecf15cf4d2bbd3e63687edf2a560 +Subproject commit 9f8469c38e6f9f220b5c161357d9660ce45288bb