X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f2b29b0b1d4dae26cc0f3480dd54965b973afad0..db4508bf1aca0cc8fb42a67adbe33ec906c91fc1:/cookbooks/apt/recipes/default.rb diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index c004043ef..705e72c86 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -37,12 +37,6 @@ template "/etc/apt/sources.list" do notifies :run, "execute[apt-update]" end -apt_source "opscode" do - template "opscode.list.erb" - url "http://apt.opscode.com/" - key "83EF826A" -end - apt_source "brightbox" do url "http://apt.brightbox.net/" key "0090DAAD"