Add new Redis cookbook

This commit is contained in:
2021-11-16 13:25:30 -06:00
parent 80ec84782b
commit 18f65c4fc5
66 changed files with 5780 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
gem_package node['redisio']['gem']['name'] do
version node['redisio']['gem']['version'] unless node['redisio']['gem']['version'].nil?
action :install
end