ES salt module - Image name fix

This commit is contained in:
Mike Reeves
2018-02-08 13:42:12 -05:00
parent 6b155ca464
commit 2c3e94f904

View File

@@ -32,16 +32,16 @@ elasticsearch:
eslog4jfile: eslog4jfile:
file.managed: file.managed:
- name: /opt/so/conf/elasticsearch/log4j2.properties - name: /opt/so/conf/elastic/log4j2.properties
- source: salt://elasticsearch/files/log4j2.properties - source: salt://elastic/files/log4j2.properties
- user: 930 - user: 930
- group: 939 - group: 939
- template: jinja - template: jinja
esyml: esyml:
file.managed: file.managed:
- name: /opt/so/conf/elasticsearch/elasticsearch.yml - name: /opt/so/conf/elastic/elasticsearch.yml
- source: salt://elasticsearch/files/elasticsearch.yml - source: salt://elastic/files/elasticsearch.yml
- user: 930 - user: 930
- group: 939 - group: 939
- template: jinja - template: jinja
@@ -62,7 +62,7 @@ eslogdir:
so-elasticsearch: so-elasticsearch:
docker_container.running: docker_container.running:
- image: securityonion/so-elasticsearch:latest - image: securityonionsolutions/so-elasticsearch:latest
- hostname: elasticsearch - hostname: elasticsearch
- user: elasticsearch - user: elasticsearch
- environment: - environment: