projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87170c8
)
Purge unused whoopsie daemon from all servers
author
Grant Slater
<git@firefishy.com>
Sat, 9 Nov 2013 02:48:42 +0000
(
02:48
+0000)
committer
Grant 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
patch
|
blob
|
history
diff --git
a/cookbooks/tools/recipes/default.rb
b/cookbooks/tools/recipes/default.rb
index 801edee7bb09b4a54a59068b30111e5db0bca54e..34daecf1f01a0609a9ca776bbdd6b54d502bdbd3 100644
(file)
--- 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
+