Browse Source

fix server_status state (#268)

tags/v0.37.4
Sergio Cambra 5 years ago
parent
commit
d660abfe70
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      apache/server_status.sls

+ 2
- 0
apache/server_status.sls View File

@@ -8,6 +8,8 @@ include:
file.managed:
- source: salt://apache/files/server-status.conf.jinja
- template: jinja
- context:
apache: {{ apache | json }}
- require:
- pkg: apache
- watch_in:

Loading…
Cancel
Save