]> git.openstreetmap.org Git - chef.git/commitdiff
Remove unused opscode repository
authorTom Hughes <tom@compton.nu>
Mon, 2 Jun 2014 23:53:31 +0000 (00:53 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 2 Jun 2014 23:53:31 +0000 (00:53 +0100)
cookbooks/apt/recipes/default.rb
cookbooks/apt/templates/default/opscode.list.erb [deleted file]

index c004043ef9c7068dfe498f6a6c87d7bbb6555c0e..705e72c8693da34d87b77d14f9bedfd75c7eabec 100644 (file)
@@ -37,12 +37,6 @@ template "/etc/apt/sources.list" do
   notifies :run, "execute[apt-update]"
 end
 
   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"
 apt_source "brightbox" do
   url "http://apt.brightbox.net/"
   key "0090DAAD"
diff --git a/cookbooks/apt/templates/default/opscode.list.erb b/cookbooks/apt/templates/default/opscode.list.erb
deleted file mode 100644 (file)
index 1b3ceb7..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# DO NOT EDIT - This file is being maintained by Chef
-
-deb <%= @url %> <%= node.lsb.codename %>-0.10 main
-deb-src <%= @url %> <%= node.lsb.codename %>-0.10 main