diff --git a/recipes/apt.rb b/recipes/apt.rb index 479d3eb..a9ca407 100644 --- a/recipes/apt.rb +++ b/recipes/apt.rb @@ -3,13 +3,13 @@ remote_file "#{Chef::Config[:file_cache_path]}/traceview.key" do source "https://apt.tracelytics.com/tracelytics-apt-key.pub" mode "0644" - checksum "b876cb2a74f343803ac21282ebe279b38b0c87fb961332a965c5640abaca3688" + checksum "6c560210a2265cba05edcba6629b8e3383db414bab94a8c89d1369ad5b56691e" end execute "add-apt-key" do command "apt-key add #{Chef::Config[:file_cache_path]}/traceview.key" action :run - not_if "apt-key list | grep 03311F21" + not_if "apt-key list | grep E04AD2E4" end apt_repository "traceview" do