]> git.openstreetmap.org Git - chef.git/commitdiff
Install R and redis on dev servers
authorTom Hughes <tom@compton.nu>
Fri, 14 Oct 2022 21:08:43 +0000 (22:08 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 14 Oct 2022 21:09:10 +0000 (22:09 +0100)
Fixes #541

cookbooks/dev/recipes/default.rb

index 4c1d3599a5827beea4083336aca8061bb0bb62ae..236564b702a2f8ad13c43aaaf2a35f4f103ebbf8 100644 (file)
@@ -123,6 +123,8 @@ package %w[
   netcat
   tmux
   whois
+  redis
+  r-base
 ]
 
 nodejs_package "svgo"