Add cookbook dependencies for openresty

This commit is contained in:
Greg Karékinian
2023-07-06 10:14:23 +02:00
parent aebf0a12e8
commit 0a15199364
2 changed files with 13 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
source 'https://supermarket.chef.io'
cookbook 'elasticsearch', '~> 5.1.3'
cookbook 'firewall', '~> 6.2.16'
cookbook 'redisio', '~> 6.4.1'
cookbook 'ruby_build', '~> 2.5.0'
cookbook 'elasticsearch', '~> 5.1.3'
cookbook 'firewall', '~> 6.2.16'
cookbook 'redisio', '~> 6.4.1'
cookbook 'ruby_build', '~> 2.5.0'
cookbook 'ipfs',
git: 'https://gitea.kosmos.org/kosmos/ipfs-cookbook.git',
@@ -37,3 +37,7 @@ cookbook 'timezone_iii', '= 1.0.4'
cookbook 'ulimit', '~> 1.0.0'
cookbook 'users', '~> 5.3.1'
cookbook 'zerotier', '~> 1.0.7'
# openresty dependency
cookbook 'jemalloc', '~> 0.1.7'
cookbook 'yum'