Skip to content

Commit

Permalink
use 'gpg' instead of undefined 'key'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Lauck committed Dec 17, 2015
1 parent 26a49ca commit 50f5fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/current.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

apt_repository 'chef-current' do
uri 'https://packagecloud.io/chef/current/ubuntu/'
key node['apt-chef']['key']
key node['apt-chef']['gpg']
distribution node['apt-chef']['codename']
components ['main']
trusted true
Expand Down
2 changes: 1 addition & 1 deletion recipes/stable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

apt_repository 'chef-stable' do
uri 'https://packagecloud.io/chef/stable/ubuntu/'
key node['apt-chef']['key']
key node['apt-chef']['gpg']
distribution node['apt-chef']['codename']
components ['main']
trusted true
Expand Down

0 comments on commit 50f5fa4

Please sign in to comment.