From b015c8eca1d77f3ff764ea829fe3cfb3c67d9018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Mon, 19 Feb 2018 19:23:48 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'linux/init.sls'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/init.sls | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/linux/init.sls b/linux/init.sls index b7ff1a6..e4fe769 100644 --- a/linux/init.sls +++ b/linux/init.sls @@ -5,27 +5,4 @@ pkg.upgrade: include: - linux.MesPaquets - linux.MesAdmins - -{% if grains['oscodename'] == 'stretch' %} - {% if grains['virtual'] == 'LXC' %} - {% if grains['id'] == 'CT-deb-elastic*' %} - Installation du packages ElasticSearch OpenJDK: - pkg.installed: - - name: {{ pillar['installjdk'] }} - - Installation du packages ElasticSearch https-transport: - pkg.installed: - - name: {{ pillar['installtransport'] }} - - Installation du package CURL: - pkg.installed: - - name: curl - - Test de copie de fichier: - file.managed: - - name: /tmp/elastic-install.sh - - source: salt://elastic/elastic_install.sh - - {% endif %} - {% endif %} -{% endif %} + - linux.MesInstalls \ No newline at end of file