From 85e8f2b722f1a319e6269aca68d20cdcfd482e99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Fri, 18 Jun 2021 12:34:14 -0300 Subject: [PATCH] 17823: change references back to saltstack-formulas' nginx formula MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- tools/salt-install/provision.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh index 7faf5c2fb5..5cd376844d 100755 --- a/tools/salt-install/provision.sh +++ b/tools/salt-install/provision.sh @@ -139,7 +139,7 @@ ARVADOS_TAG="main" # Other formula versions we depend on POSTGRES_TAG="v0.41.6" -NGINX_TAG="temp-fix-missing-statements-in-pillar" +NGINX_TAG="v2.7.4" DOCKER_TAG="v1.0.0" LOCALE_TAG="v0.3.4" LETSENCRYPT_TAG="v2.1.0" @@ -219,8 +219,7 @@ cd ${F_DIR} || exit 1 git clone --branch "${ARVADOS_TAG}" https://git.arvados.org/arvados-formula.git git clone --branch "${DOCKER_TAG}" https://github.com/saltstack-formulas/docker-formula.git git clone --branch "${LOCALE_TAG}" https://github.com/saltstack-formulas/locale-formula.git -# git clone --branch "${NGINX_TAG}" https://github.com/saltstack-formulas/nginx-formula.git -git clone --branch "${NGINX_TAG}" https://github.com/netmanagers/nginx-formula.git +git clone --branch "${NGINX_TAG}" https://github.com/saltstack-formulas/nginx-formula.git git clone --branch "${POSTGRES_TAG}" https://github.com/saltstack-formulas/postgres-formula.git git clone --branch "${LETSENCRYPT_TAG}" https://github.com/saltstack-formulas/letsencrypt-formula.git -- 2.30.2