This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
salt-formula
mirror of
https://github.com/salt-formulas/salt-formula-salt
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Fix salt.api state to catch undefined data
tags/mcp0.5
Simon Pasquier
7 years ago
parent
b1cb0104e3
commit
b154dc3a7a
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