Update 'linux/init.sls'

This commit is contained in:
Iwan Clément
2018-02-13 19:41:11 +00:00
parent cfbe48c071
commit fe9933a44a

View File

@@ -32,6 +32,9 @@ Installation du serveur SSH:
pkg.installed:
- name: openssh-server
{% if grains['oscodename'] == 'stretch' %}
{% if grains['virtual'] == 'LXC' %}
{% if grains['host'] == 'CT-deb-elastic*' %}
Installation des packages ElasticSearch OpenJDK:
pkg.installed:
- name: {{ pillar['installjdk'] }}
@@ -39,3 +42,6 @@ Installation des packages ElasticSearch OpenJDK:
Installation des packages ElasticSearch https-transport:
pkg.installed:
- name: {{ pillar['installtransport'] }}
{% endif %}
{% endif %}
{% endif %}