This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
old-salt-formula
forked from
ExternalMirrors/old-salt-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Configure the salt-api service to start at boot time
master
Matthew X. Economou
9 years ago
parent
2af4bf3bb5
commit
c014015e79
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+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 }}
Write
Preview
Loading…
Cancel
Save