From ad17f853c6951a4b71a89b628efcd0ae269449f2 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 9 Nov 2013 02:48:42 +0000 Subject: [PATCH 1/1] Purge unused whoopsie daemon from all servers 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cookbooks/tools/recipes/default.rb b/cookbooks/tools/recipes/default.rb index 801edee7b..34daecf1f 100644 --- a/cookbooks/tools/recipes/default.rb +++ b/cookbooks/tools/recipes/default.rb @@ -50,3 +50,8 @@ package "mlocate" do action :purge end +#Remove ubuntu "desktop" vestigal package +package "whoopsie" do + action :purge +end + -- 2.43.2