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:
parent
2af4bf3bb5
commit
c014015e79
@ -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…
Reference in New Issue
Block a user