Skip to content

Commit

Permalink
Merge pull request #285 from netmanagers/include-deps-in-extend
Browse files Browse the repository at this point in the history
fix(servers): include main config file watch in extend
  • Loading branch information
myii authored Jun 15, 2021
2 parents b0c556c + 00387e7 commit 655c3f2
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 655c3f2

Please sign in to comment.