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

fix(servers): include main config file watch in extend #285

Closed javierbertoli closed 3 years ago

javierbertoli commented 3 years 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?

No.

Related issues and/or pull requests

Describe the changes you're proposing

When adding upstreams they are added in the main nginx.conf file. However this file is not watched to reload/restart the service, so changes to upstreams are not catched.

This PR adds a requirement and listener so the dependency is managed correctly.

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

myii commented 3 years ago

Merged, thanks @javierbertoli.

saltstack-formulas-travis commented 3 years ago

:tada: This PR is included in version 2.7.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: