From 7c825da9c9be2af09bae7a77586287b8466240bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Wed, 26 May 2021 12:04:03 -0300 Subject: [PATCH] 17605: Wildcard needs to be quoted in yaml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- .../aws/pillars/letsencrypt_keepweb_configuration.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt_keepweb_configuration.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt_keepweb_configuration.sls index 35ec9b0da7..c1720ad04b 100644 --- a/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt_keepweb_configuration.sls +++ b/tools/salt-install/config_examples/multi_host/aws/pillars/letsencrypt_keepweb_configuration.sls @@ -10,7 +10,7 @@ letsencrypt: - download.__CLUSTER__.__DOMAIN__ collections.__CLUSTER__.__DOMAIN__: - collections.__CLUSTER__.__DOMAIN__ - - *.collections.__CLUSTER__.__DOMAIN__ + - '*.collections.__CLUSTER__.__DOMAIN__' ### NGINX nginx: -- 2.39.5