]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Remove trailing whitespace in ruby code
[chef.git] / cookbooks / tools / recipes / default.rb
index 801edee7bb09b4a54a59068b30111e5db0bca54e..a2245a407ab684b71c15c601d5675687ef6b8a13 100644 (file)
@@ -50,3 +50,7 @@ package "mlocate" do
   action :purge
 end
 
+#Remove ubuntu "desktop" vestigal package
+package "whoopsie" do
+  action :purge
+end