mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-07-16 13:46:39 +02:00
Configure the salt-api service to start at boot time
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user