Changes to restart correctly on multi node install

This commit is contained in:
Dale McDiarmid 2015-12-24 13:21:18 +00:00
parent 0767456e22
commit 4aee0098ce
3 changed files with 4 additions and 3 deletions

View file

@ -198,3 +198,4 @@ all supported platforms.
* The role aims to be idempotent. Running the role multiple times, with no changes, should result in no state change on the server. If the configuration is changed, these will be applied and
Elasticsearch restarted where required.
* Systemd is used for Ubuntu versions >= 15, Debian >=8, Centos >=7. All other versions use init for service scripts.