X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a92c80c41d88faa20123f2841cc335c37905f638..f4ea2c7270a0b80748cc3efb58d12300b4c2061e:/cookbooks/apt/recipes/default.rb diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 0d793d4b7..7467ef16b 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -61,7 +61,7 @@ end apt_source "management-component-pack" do template "hp.list.erb" url "http://downloads.linux.hp.com/SDR/downloads/ManagementComponentPack" - key "2689B887" + key "B1275EA3" end apt_source "hwraid" do @@ -83,7 +83,7 @@ end apt_source "elasticsearch" do template "elasticsearch.list.erb" - url "http://packages.elasticsearch.org/elasticsearch/1.3/debian" + url "http://packages.elasticsearch.org/elasticsearch/1.7/debian" key "D88E42B4" end @@ -104,11 +104,6 @@ apt_source "passenger" do key "AC40B2F7" end -apt_source "passenger4" do - url "https://oss-binaries.phusionpassenger.com/apt/passenger/4" - key "AC40B2F7" -end - apt_source "postgresql" do template "postgresql.list.erb" url "http://apt.postgresql.org/pub/repos/apt"