X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8bf2492a0108fb1a9356bc9c9e328c96581b417f..db4508bf1aca0cc8fb42a67adbe33ec906c91fc1:/cookbooks/apt/recipes/default.rb diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index d9a4a63f5..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" @@ -78,11 +72,6 @@ apt_source "brianmercer-php" do key "8D0DC64F" end -apt_source "aw-drupal" do - url "http://ppa.launchpad.net/aw/drupal/ubuntu" - key "7D5AE8F6" -end - apt_source "openstreetmap" do url "http://ppa.launchpad.net/osmadmins/ppa/ubuntu" key "0AC4F2CB" @@ -101,6 +90,7 @@ apt_source "management-component-pack" do end apt_source "hwraid" do + template "hwraid.list.erb" url "http://hwraid.le-vert.net/ubuntu" key "23B3D3B4" end