]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tools/recipes/default.rb
Eliminate need for dummy addresses in when running under test
[chef.git] / cookbooks / tools / recipes / default.rb
index 80fde7f057da6a8935e542ff2f09a29414b1eb2b..6ff55543f58f188ca8b6f784f7051d495985e3b0 100644 (file)
@@ -38,6 +38,7 @@ package %w[
   cron
   locales-all
   systemd-coredump
+  vim
 ]
 
 service "rsyslog" do
@@ -46,7 +47,7 @@ service "rsyslog" do
 end
 
 # Remove some unused and unwanted packages
-package %w[mlocate nano whoopsie] do
+package %w[mlocate whoopsie] do
   action :purge
 end