This commit is contained in:
parent
cb296a3e30
commit
f407b96a3a
@ -12,7 +12,6 @@ include:
|
||||
grafana-service-running-service-unmasked:
|
||||
service.unmasked:
|
||||
- name: {{ grafana.service.name }}
|
||||
- onlyif: systemctl list-unit-files | grep {{ grafana.service.name }} >/dev/null 2>&1
|
||||
|
||||
grafana-service-running-service-running:
|
||||
service.running:
|
||||
@ -24,4 +23,3 @@ grafana-service-running-service-running:
|
||||
- require:
|
||||
- sls: {{ sls_config_file }}
|
||||
{%- endif %}
|
||||
- onlyif: systemctl list-unit-files | grep {{ grafana.service.name }} >/dev/null 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user