commit | 8e0029b8d5dfed0a8e797f30c6cbc1993b4d542e | [log] [tgz] |
---|---|---|
author | Dmitry Kalashnik <dkalashnik@mirantis.com> | Tue Feb 20 19:17:55 2018 +0400 |
committer | Dmitry Kalashnik <dkalashnik@mirantis.com> | Thu Feb 22 15:39:37 2018 +0400 |
tree | be190f7ffd9e7a22b6961b4a9396d7c6ac7e53d1 | |
parent | 2c7696d77149f3b7a1711913fab99cbe489c9ee2 [diff] |
Add state for updating Elasticsearch index templates To prevent index template from constant or accidential update add separate salt state to explicit use in order to update. To use run: salt -C 'I@elasticsearch:client' state.sls elasticsearch.client.update_index_templates Change-Id: I19aca3c6901f79ac22457a30aada0904057de5cc Closes-Bug: PROD-17954