saltstack-formulas / hostsfile-formula

Use minion IDs to keep /etc/hosts and hostnames consistent for clusters without DNS
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
33 stars 89 forks source link

Change deprecated expr_form to tgt_type. #27

Closed ktomala closed 5 years ago

ktomala commented 5 years ago

Since expr_form is deprecated right now this PR fixes this problem with newer SaltStack versions.

aboe76 commented 5 years ago

@ktomala thanks for finding this and fixing it.

ktomala commented 5 years ago

Thanks for merging!