saltstack-formulas / beats-formula

SaltStack formula to manage Elastic Beats platform
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
MIT License
9 stars 18 forks source link

Map or Defaults file for sane defaults throughout the formula. #16

Open absmith82 opened 5 years ago

absmith82 commented 5 years ago

This formula is starting to have defaults that are duplicated in multiple places, It would be good to have a defaults file or map.jinja file to set sane defaults in one place rather than have them scattered throughout the formula. Then when a default needs to be changed it is referenced in a single place rather than needing to change it in multiple places throughout the formula.