From 2950ab5bfc8432c5b303c5acc579eb17eb538ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Wed, 5 Jul 2023 15:50:46 +0200 Subject: [PATCH] Add openresty cookbook fork as a submodule --- .gitmodules | 3 +++ site-cookbooks/openresty | 1 + 2 files changed, 4 insertions(+) create mode 160000 site-cookbooks/openresty diff --git a/.gitmodules b/.gitmodules index eb1875a..7167701 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "site-cookbooks/postgresql"] path = site-cookbooks/postgresql url = git@github.com:67P/postgresql.git +[submodule "site-cookbooks/openresty"] + path = site-cookbooks/openresty + url = https://github.com/67P/chef-openresty.git diff --git a/site-cookbooks/openresty b/site-cookbooks/openresty new file mode 160000 index 0000000..028daab --- /dev/null +++ b/site-cookbooks/openresty @@ -0,0 +1 @@ +Subproject commit 028daab9525f54845312fdba87872822f3cc7d76