-execute "apt-update" do
- action :nothing
- command "/usr/bin/apt-get update"
-end
-
-sources_template = case node[:lsb][:release].to_f
- when 12.10 then "old-sources.list.erb"
- else "sources.list.erb"
-end
-
-template "/etc/apt/sources.list" do
- source sources_template
- owner "root"
- group "root"
- mode 0644
- notifies :run, "execute[apt-update]"
-end
-
-apt_source "brightbox-ruby-ng" do
- url "http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu"
- key "C3173AA6"
+# FIXME: cleanup old package pin method for cciss-vol-status
+file "/etc/apt/preferences.d/99-chef" do
+ action :delete