From: Tom Hughes Date: Fri, 14 Oct 2022 21:08:43 +0000 (+0100) Subject: Install R and redis on dev servers X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/6111b5c99c2494be0aa22be75f15a9dbcbecca14 Install R and redis on dev servers Fixes #541 --- diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index 4c1d3599a..236564b70 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -123,6 +123,8 @@ package %w[ netcat tmux whois + redis + r-base ] nodejs_package "svgo"