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

Test config before reload service #272

Closed minch4 closed 3 years ago

minch4 commented 3 years ago

Hello :wave:

Is that possible to add a config test (something like nginx -t) condition for reloading the service ?

Thank you very much :smile:

javierbertoli commented 3 years ago

@minch4, this feature was added in 622d22f9 as part of #278

Check the pillar.example for usage and caveats.