saltstack-formulas / elasticsearch-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
21 stars 114 forks source link

Ensure paths exist #60

Closed OrangeDog closed 5 years ago

OrangeDog commented 5 years ago

The directories specified via elasticsearch:config:path should be managed so that they exist with the correct permissions.

OrangeDog commented 5 years ago

Actually, the code already does this. However, the keys are path.data and path.logs, so a nested structure doesn't work.