]> git.openstreetmap.org Git - chef.git/commitdiff
Purge unused whoopsie daemon from all servers
authorGrant Slater <git@firefishy.com>
Sat, 9 Nov 2013 02:48:42 +0000 (02:48 +0000)
committerGrant Slater <git@firefishy.com>
Sat, 9 Nov 2013 02:48:42 +0000 (02:48 +0000)
Whoopsie is a crash reporting daemon. Whoopsie is installed with Ubuntu Desktop installs and is unneeded on servers. (crash reports are not submitted without desktop prompt)

cookbooks/tools/recipes/default.rb

index 801edee7bb09b4a54a59068b30111e5db0bca54e..34daecf1f01a0609a9ca776bbdd6b54d502bdbd3 100644 (file)
@@ -50,3 +50,8 @@ package "mlocate" do
   action :purge
 end
 
+#Remove ubuntu "desktop" vestigal package
+package "whoopsie" do
+  action :purge
+end
+