Mettre à jour 'linux/MesInstalls.sls'
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{% set Champ = grains['host'] %}
|
||||
|
||||
{% if Champ.startswith('CT-cen-elastic') %}
|
||||
Installation du package ElasticSearch https-transport:
|
||||
pkg.installed:
|
||||
- name: {{ pillar['installtransport'] }}
|
||||
|
||||
Installation du package ElasticSearch OpenJDK:
|
||||
pkg.installed:
|
||||
- name: {{ pillar['installjdk'] }}
|
||||
# - name: salt['pillar.get']
|
||||
|
||||
Installation du package ElasticSearch https-transport:
|
||||
pkg.installed:
|
||||
- name: {{ pillar['installtransport'] }}
|
||||
|
||||
Installons ElasticSearch:
|
||||
cmd.script:
|
||||
- source: salt://elastic/elastic_install.sh
|
||||
|
||||
Reference in New Issue
Block a user