From 9a2686a1fdb1374aa607c39147f1def6d6e9398f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Mon, 19 Feb 2018 18:42:48 +0000 Subject: [PATCH] Ajout du package CURL --- linux/init.sls | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/linux/init.sls b/linux/init.sls index 7c83b40..948e858 100644 --- a/linux/init.sls +++ b/linux/init.sls @@ -40,14 +40,18 @@ Installation de wget: {% if grains['oscodename'] == 'stretch' %} {% if grains['virtual'] == 'LXC' %} {% if grains['host'] == 'CT-deb-elastic*' %} - Installation des packages ElasticSearch OpenJDK: + Installation du packages ElasticSearch OpenJDK: pkg.installed: - name: {{ pillar['installjdk'] }} - Installation des packages ElasticSearch https-transport: + 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: - name: /tmp/elastic-install.sh