]> git.openstreetmap.org Git - chef.git/commitdiff
Stop remove+add nano looping
authorGrant Slater <git@firefishy.com>
Fri, 12 Aug 2022 16:47:48 +0000 (19:47 +0300)
committerGrant Slater <git@firefishy.com>
Fri, 12 Aug 2022 16:47:48 +0000 (19:47 +0300)
cookbooks/tools/recipes/default.rb

index 80fde7f057da6a8935e542ff2f09a29414b1eb2b..05420a1d2b2a058a4791ab32901c6778a634bf8f 100644 (file)
@@ -46,7 +46,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