2
0

fix(api): remove spurious colon in salt.api state

This commit is contained in:
Heinz Wiesinger 2020-04-03 11:07:46 +02:00 committed by GitHub
parent 778e7ffc13
commit 02fbcd43fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ salt-api:
{% endif %}
{% if salt_settings.api_service_details.state != 'ignore' %}
service.{{ salt_settings.api_service_details.state }}:
- enable: {{ salt_settings.api_service_details.enabled }}:
- enable: {{ salt_settings.api_service_details.enabled }}
- name: {{ salt_settings.api_service }}
- require:
- service: {{ salt_settings.master_service }}