]> git.openstreetmap.org Git - chef.git/commitdiff
Remove nano to preserve everybody's sanity
authorTom Hughes <tom@compton.nu>
Wed, 7 Aug 2019 20:10:51 +0000 (21:10 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 7 Aug 2019 20:10:51 +0000 (21:10 +0100)
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