]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Remove nano to preserve everybody's sanity
[chef.git] / cookbooks / tools / recipes / default.rb
index be49b745c562d3b97e41c6121b635fefc33fc5ba..d228d2a4f70e310e8c5ced6a26b1b68a5db19ba9 100644 (file)
@@ -42,13 +42,8 @@ service "rsyslog" do
   supports :status => true, :restart => true, :reload => true
 end
 
-# Remove unused base package
-package "mlocate" do
-  action :purge
-end
-
-# Remove ubuntu "desktop" vestigal package
-package "whoopsie" do
+# Remove some unused and unwanted packages
+package %w[mlocate nano whoopsie] do
   action :purge
 end