Switch more cookbooks from kosmos-redis to redisio

refs #349
This commit is contained in:
2022-03-22 16:23:26 -06:00
parent 71dda86d94
commit eabb6ab404
9 changed files with 19 additions and 13 deletions

View File

@@ -12,8 +12,9 @@ build_essential app_name do
compile_time true
end
include_recipe 'redisio::default'
include_recipe 'redisio::enable'
include_recipe "kosmos-nodejs"
include_recipe "kosmos-redis"
application app_path do
data_bag = Chef::EncryptedDataBagItem.load('credentials', app_name)