Browse Source

Configure the salt-api service to start at boot time

master
Matthew X. Economou 9 years ago
parent
commit
c014015e79
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      salt/api.sls

+ 1
- 0
salt/api.sls 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 }}

Loading…
Cancel
Save