Skip to content

Commit

Permalink
issue #89: set gpgcheck to false
Browse files Browse the repository at this point in the history
  • Loading branch information
alexism committed Jan 27, 2014
1 parent f7974f0 commit 2d7d3ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@
description "datadog"
url node['datadog']['yumrepo']
action :add
# see https://github.com/DataDog/chef-datadog/issues/89
gpgcheck false if respond_to? :gpgcheck
end
end

0 comments on commit 2d7d3ab

Please sign in to comment.