Skip to content

Commit

Permalink
Updated the datadog gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav Pandey authored and Vaibhav Pandey committed Jun 20, 2024
1 parent 7440518 commit d111907
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 @@ -65,7 +65,7 @@
Chef::Log.error("agent_major_version '#{agent_major_version}' not supported.")
end

other_apt_gpg_keys.each do |key|
apt_gpg_keys.each do |key|
key_short = key[-8..-1] # last 8 chars, since some versions of apt-key add dashes between key sections
execute "apt-key import key #{key_short}" do
command "apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 #{key}"
Expand Down

0 comments on commit d111907

Please sign in to comment.