mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
include:
|
|
- java.icedtea3
|
|
- elasticsearch.pkg
|
|
- elasticsearch.config
|
|
|
|
elasticsearch:
|
|
service.running:
|
|
- enable: True
|
|
- watch:
|
|
- pkg: icedtea3
|
|
- pkg: elasticsearch_pkg
|
|
- file: /etc/elasticsearch/elasticsearch.yml
|
|
- file: /etc/security/limits.d/elasticsearch.conf
|
|
- file: /etc/conf.d/elasticsearch
|