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