From 00e17d5c789d4ca1c8101359a3166e81fe99a77c Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 25 Jan 2022 13:03:54 -0500 Subject: [PATCH] put repos in /repo in es container --- salt/elasticsearch/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/elasticsearch/init.sls b/salt/elasticsearch/init.sls index 353184625..5ed9670a9 100644 --- a/salt/elasticsearch/init.sls +++ b/salt/elasticsearch/init.sls @@ -327,7 +327,7 @@ so-elasticsearch: {% endif %} {% if ESCONFIG.path.repo %} {% for repo in ESCONFIG.path.repo %} - - /nsm/elasticsearch/repo{{ repo }}:{{ repo }}:rw + - /nsm/elasticsearch/repo{{ repo }}:/repo/{{ repo }}:rw {% endfor %} {% endif %} - watch: