From 7b6eeac03f40450f81e3ac009f2d5dc5898e2b23 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 25 Jan 2022 13:08:46 -0500 Subject: [PATCH] dnt mount under /repo in the 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 5ed9670a9..353184625 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/{{ repo }}:rw + - /nsm/elasticsearch/repo{{ repo }}:{{ repo }}:rw {% endfor %} {% endif %} - watch: