Mettre à jour 'linux/MesInstalls.sls'

This commit is contained in:
Iwan Clément
2018-02-21 19:53:45 +00:00
parent f9c9079cf3
commit 543bc6bf54

View File

@@ -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 %}