saltstack-formulas / nginx-formula

Nginx Salt Formula
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
163 stars 421 forks source link

feat(servers_config): craft states ids with `server` to get states easier to extend #297

Open sticky-note opened 1 year ago

sticky-note commented 1 year ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

Yes. All server_conf_{int} and server_state_{int} will be renamed to nginx_{server}_server_config_file and nginx_{server}_server_state_symlink respectively

Related issues and/or pull requests

Describe the changes you're proposing

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context