This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
salt-formula
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
7
Wiki
Activity
Browse Source
Merge pull request
#21
from simonpasquier/fix-salt-api-state
Fix salt.api state to catch undefined data
tags/mcp0.5
Filip Pytloun
7 years ago
parent
b1cb0104e3
b154dc3a7a
commit
c81603b8b6
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
@@ -1,5 +1,5 @@
{%- from "salt/map.jinja" import api with context %}
{%- if api.enabled %}
{%- if api.
get('
enabled
', False)
%}
salt_api_packages:
pkg.installed:
Write
Preview
Loading…
Cancel
Save