From 543bc6bf542bfa574431cf78fa560ac500ad19c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 21 Feb 2018 19:53:45 +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 | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/linux/MesInstalls.sls b/linux/MesInstalls.sls index f098b8a..2d10bdb 100644 --- a/linux/MesInstalls.sls +++ b/linux/MesInstalls.sls @@ -9,12 +9,7 @@ pkg.installed: - name: {{ pillar['installtransport'] }} -# Test de copie de fichier: -# file.managed: -# - name: /tmp/elastic-install.sh -# - source: salt://elastic/elastic_install.sh - - Installons: + Installons ElasticSearch: cmd.script: - source: salt://elastic/elastic_install.sh - user: root @@ -36,13 +31,4 @@ - group: root - shell: /bin/bash -# Installation de NodeJS: -# pkgrepo.managed: -# - humanname: Logstash PPA -# - name: deb http://ppa.launchpad.net/wolfnet/logstash/ubuntu precise main -# - dist: precise -# - file: /etc/apt/sources.list.d/logstash.list -# - keyid: 28B04E4A -# - keyserver: keyserver.ubuntu.com - {% endif %} \ No newline at end of file