0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-28 02:57:50 +01:00

Configure the salt-api service to start at boot time

This commit is contained in:
Matthew X. Economou 2015-08-02 21:17:36 -04:00
parent 2af4bf3bb5
commit c014015e79

View File

@ -9,6 +9,7 @@ salt-api:
- name: {{ salt_settings.salt_api }}
{% endif %}
service.running:
- enable: True
- name: {{ salt_settings.api_service }}
- require:
- service: {{ salt_settings.master_service }}