Mettre à jour 'linux/init.sls'

This commit is contained in:
Iwan Clément
2018-02-19 19:23:48 +00:00
parent f1b1cd554e
commit b015c8eca1

View File

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