Skip to content

Commit

Permalink
fix(snippets): make sure they're deployed before being used
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Jan 28, 2022
1 parent 1557473 commit 9dfc1c1
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 9dfc1c1

Please sign in to comment.