From f32ad7e5060f041bae33658f315914ce2f3c1edc Mon Sep 17 00:00:00 2001 From: Adam Bottchen Date: Wed, 14 Nov 2018 14:22:14 -0800 Subject: [PATCH] (MODULES-8429) Update GPG key for phusion passenger Prior to this commit, a GPG key mismatch prevented the phusion passenger RPM from installing on RedHat based installs. This commit updates the GPGKey to match the one provided by the script https://packagecloud.io/phusion/passenger/install#bash-rpm. --- manifests/mod/passenger.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/mod/passenger.pp b/manifests/mod/passenger.pp index 4a97312b71..be12255a77 100644 --- a/manifests/mod/passenger.pp +++ b/manifests/mod/passenger.pp @@ -527,7 +527,7 @@ descr => 'passenger', enabled => '1', gpgcheck => '0', - gpgkey => 'https://packagecloud.io/gpg.key', + gpgkey => 'https://packagecloud.io/phusion/passenger/gpgkey', repo_gpgcheck => '1', sslcacert => '/etc/pki/tls/certs/ca-bundle.crt', sslverify => '1',