From d88f435f6aea8cc06108af007336ba1ca8bf1738 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Kukr=C3=A1l?= Date: Thu, 11 May 2017 21:58:05 +0200 Subject: [PATCH] fix meta/salt with missing pillar Change-Id: I32018e1b1701530ae0369750d54779245f77f693 --- elasticsearch/meta/salt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/meta/salt.yml b/elasticsearch/meta/salt.yml index bfd5e0f..6cd9b82 100644 --- a/elasticsearch/meta/salt.yml +++ b/elasticsearch/meta/salt.yml @@ -1,5 +1,5 @@ minion: - {%- if pillar.elasticsearch.client is defined %} + {%- if pillar.get('elasticsearch', {}).get('client') %} elasticsearch: {%- from "elasticsearch/map.jinja" import client with context %} elasticsearch: -- 2.32.7