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
1 changed files with 1 additions and 0 deletions

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 }}