Mettre à jour 'linux/init.sls'

This commit is contained in:
Iwan Clément
2018-02-12 12:12:59 +00:00
parent b45d04cc2b
commit 090b75bed7

View File

@@ -18,6 +18,10 @@ Installation du serveur SSH:
pkg.installed: pkg.installed:
- name: openssh-server - name: openssh-server
Installation des packages ElasticSearch: Installation des packages ElasticSearch OpenJDK:
pkg.installed: pkg.installed:
- name: {{ pillar['installons'] }} - name: {{ pillar['installjdk'] }}
Installation des packages ElasticSearch https-transport:
pkg.installed:
- name: {{ pillar['installtransport'] }}