-execute "apt-update" do
- action :nothing
- command "/usr/bin/apt-get update"
-end
-
-template "/etc/apt/sources.list" do
- source "sources.list.erb"
- owner "root"
- group "root"
- mode 0644
- 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"
-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"
-end
-
-apt_source "ubuntugis-unstable" do
- url "http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu"
- key "314DF160"
+# FIXME: cleanup old package pin method for cciss-vol-status
+file "/etc/apt/preferences.d/99-chef" do
+ action :delete