saltstack-formulas / bind-formula

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

Allow to generate zone files from pillar data #73

Closed javierbertoli closed 7 years ago

javierbertoli commented 7 years ago

This PR allows to create whole zone files from data in pillar rather than just pulling the file from some location (the old behaviour is still enabled and default if no records entry exists for the zone).

Added some example and documentation for this feature.

A minor modification in the process of writing this:

Sorry if these all seems too much in a single PR.

javierbertoli commented 7 years ago

Ping? Can you suggest another alternative reviewers?

aboe76 commented 7 years ago

@t0fik could you take a look?

aboe76 commented 7 years ago

merged, @t0fik thanks for the review.

t0fik commented 7 years ago

@aboe76 no problem, it seems to be nice feature.