From 5006fe16365abc3754d5e9e29044b5e81392f43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 13 Mar 2018 11:05:00 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux/MesInstalls.sls b/linux/MesInstalls.sls index 7f8f29f..ec21802 100644 --- a/linux/MesInstalls.sls +++ b/linux/MesInstalls.sls @@ -1,15 +1,15 @@ {% set Champ = grains['host'] %} {% if Champ.startswith('CT-cen-elastic') %} + Installation du package ElasticSearch https-transport: + pkg.installed: + - name: {{ pillar['installtransport'] }} + Installation du package ElasticSearch OpenJDK: pkg.installed: - name: {{ pillar['installjdk'] }} # - name: salt['pillar.get'] - Installation du package ElasticSearch https-transport: - pkg.installed: - - name: {{ pillar['installtransport'] }} - Installons ElasticSearch: cmd.script: - source: salt://elastic/elastic_install.sh