]> git.openstreetmap.org Git - chef.git/commitdiff
Remove some unused APT sources
authorTom Hughes <tom@compton.nu>
Mon, 17 Nov 2014 15:21:25 +0000 (15:21 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 17 Nov 2014 15:21:25 +0000 (15:21 +0000)
cookbooks/apt/recipes/default.rb

index 9c0b62ab7d61aa0a6b6d59177c09540cbfa34e50..013c5bc34f5cfa9d7730703fa187813430632d70 100644 (file)
@@ -42,26 +42,11 @@ template "/etc/apt/sources.list" do
   notifies :run, "execute[apt-update]"
 end
 
-apt_source "brightbox" do
-  url "http://apt.brightbox.net/"
-  key "0090DAAD"
-end
-
 apt_source "brightbox-ruby-ng" do
   url "http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu"
   key "C3173AA6"
 end
 
-apt_source "brightbox-ruby-ng-experimental" do
-  url "http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu-experimental"
-  key "C3173AA6"
-end
-
-apt_source "pitti-postgresql" do
-  url "http://ppa.launchpad.net/pitti/postgresql/ubuntu"
-  key "8683D8A2"
-end
-
 apt_source "ubuntugis-stable" do
   url "http://ppa.launchpad.net/ubuntugis/ppa/ubuntu"
   key "314DF160"
@@ -72,11 +57,6 @@ apt_source "ubuntugis-unstable" do
   key "314DF160"
 end
 
-apt_source "brianmercer-php" do
-  url "http://ppa.launchpad.net/brianmercer/php/ubuntu"
-  key "8D0DC64F"
-end
-
 if node[:lsb][:release].to_f == 12.04
   apt_source "openstreetmap" do
     url "http://ppa.launchpad.net/osmadmins/ppa/ubuntu"