Skip to content

Commit

Permalink
fix(servers): include main config file watch in extend
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Jun 14, 2021
1 parent b0c556c commit 00387e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx/servers.sls
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ extend:
service:
- reload: True
- require:
- file: nginx_config
{{ file_requisites(server_states) }}
- listen:
- file: nginx_config
{{ file_requisites(server_states) }}
{% endif %}

0 comments on commit 00387e7

Please sign in to comment.