From 55e48cca86297f51df351a3e6e2b461c2ba58f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 1 Feb 2023 20:43:07 +0800 Subject: [PATCH] Include nginx cookbook in local deps (for testing) --- site-cookbooks/kosmos_rsk/Berksfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site-cookbooks/kosmos_rsk/Berksfile b/site-cookbooks/kosmos_rsk/Berksfile index 34fea21..8206ad0 100644 --- a/site-cookbooks/kosmos_rsk/Berksfile +++ b/site-cookbooks/kosmos_rsk/Berksfile @@ -1,3 +1,5 @@ source 'https://supermarket.chef.io' +cookbook 'kosmos-nginx', path: '../../site-cookbooks/kosmos-nginx' + metadata