Skip to content

Commit

Permalink
(MODULES-8429) Update GPG key for phusion passenger
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
abottchen committed Nov 14, 2018
1 parent f1672f4 commit f32ad7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mod/passenger.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f32ad7e

Please sign in to comment.