X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/83d06e03270dcde98d829f8a930d89cf6c276856..f4ea2c7270a0b80748cc3efb58d12300b4c2061e:/cookbooks/apt/recipes/default.rb diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 54ff08ced..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 "FADD8D64B1275EA3" + key "B1275EA3" end apt_source "hwraid" do @@ -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"