saltstack-formulas / bind-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
29 stars 117 forks source link

Fix some pillar paths for key "available_zones". #23

Closed daschatten closed 9 years ago

daschatten commented 9 years ago

Fix some pillar paths for key "available_zones".

gravyboat commented 9 years ago

@daschatten Could you please modify the pillar.example to reflect this change?

daschatten commented 9 years ago

@gravyboat: I didn't realize that available_zones is not under the bind key. I just assumed this is a bug in the files i changed. Was there a specific reason to not put available_zones under bind?

gravyboat commented 9 years ago

@daschatten I have no idea to be honest, and doubt there was a reason. Some of the formulas have older styles of doing things which doesn't include nesting like we do now. What I'm talking about is just modifying: https://github.com/saltstack-formulas/bind-formula/blob/master/pillar.example#L33-L36 to be under a bind: section as well. I just don't want someone to fork it and get confused!

daschatten commented 9 years ago

Done :-)

gravyboat commented 9 years ago

:+1: Aww yeah! Thanks @daschatten