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
Fix recursion in api.service
master
Niels Abspoel
9 years ago
parent
e6045d873a
commit
9ae8a4d746
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
salt/api.sls
+ 1
- 1
salt/api.sls
View File
@@ -11,6 +11,6 @@ salt-api:
service.running:
- name: {{ salt_settings.api_service }}
- require:
- service: {{ salt_settings.
api
_service }}
- service: {{ salt_settings.
master
_service }}
- watch:
- pkg: salt-master
Write
Preview
Loading…
Cancel
Save