Skip to content

Commit

Permalink
Merge pull request voxpupuli#1277 from pauljflo/master
Browse files Browse the repository at this point in the history
update location of passenger repo gpgkey
  • Loading branch information
ekohl committed Nov 20, 2018
2 parents f16311b + 1557c80 commit f17251f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/package/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
gpgcheck => '0',
repo_gpgcheck => '1',
priority => '1',
gpgkey => 'https://packagecloud.io/gpg.key',
gpgkey => 'https://packagecloud.io/phusion/passenger/gpgkey',
before => Package['nginx'],
}

Expand Down
2 changes: 1 addition & 1 deletion spec/classes/nginx_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
'baseurl' => "https://oss-binaries.phusionpassenger.com/yum/passenger/el/#{facts[:operatingsystemmajrelease]}/$basearch",
'gpgcheck' => '0',
'repo_gpgcheck' => '1',
'gpgkey' => 'https://packagecloud.io/gpg.key'
'gpgkey' => 'https://packagecloud.io/phusion/passenger/gpgkey'
)
end
it do
Expand Down

0 comments on commit f17251f

Please sign in to comment.