Skip to content

Commit

Permalink
Merge pull request #288 from netmanagers/deploy-snippets-before-they-…
Browse files Browse the repository at this point in the history
…are-used

fix(snippets): make sure they're deployed before being used
  • Loading branch information
javierbertoli authored Feb 1, 2022
2 parents 93d6a9f + 9dfc1c1 commit 3402374
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx/snippets.sls
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ nginx_snippet_{{ snippet }}:
- file: nginx_snippets_dir
- require_in:
- file: nginx_config
- sls: nginx.servers
- sls: nginx.servers_config
- service: nginx_service
{% endfor %}

0 comments on commit 3402374

Please sign in to comment.