From 7272031d0c9bd6cf5e076c34c4dbbb5d3c4cbfd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Mon, 19 Feb 2018 20:13:40 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/MesInstalls.sls?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/MesInstalls.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/MesInstalls.sls b/linux/MesInstalls.sls index bbd67df..df7e0d2 100644 --- a/linux/MesInstalls.sls +++ b/linux/MesInstalls.sls @@ -1,6 +1,6 @@ {% set Champ = grains['host'] %} -{% if Champ.name.startswith('CT-deb-elastic') %} +{% if Champ.startswith('CT-deb-elastic') %} Installation du packages ElasticSearch OpenJDK: pkg.installed: - name: {{ pillar['installjdk'] }}