Skip to content

Commit

Permalink
Update keyserver url for debian OS
Browse files Browse the repository at this point in the history
Resolves #138

Signed-off-by: Mike Fiedler <[email protected]>
  • Loading branch information
khouse authored and miketheman committed Jan 27, 2015
1 parent 4db67d8 commit 538ab45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
include_recipe 'apt'

apt_repository 'datadog' do
keyserver 'keyserver.ubuntu.com'
keyserver 'hkp://keyserver.ubuntu.com:80'
key 'C7A7DA52'
uri node['datadog']['aptrepo']
distribution node['datadog']['aptrepo_dist']
Expand Down

0 comments on commit 538ab45

Please sign in to comment.