commit | dc886f9163717fe3b9fc359c76894f6572db23eb | [log] [tgz] |
---|---|---|
author | mceloud <marek.celoud@tcpcloud.eu> | Mon Jan 16 17:22:54 2017 +0100 |
committer | GitHub <noreply@github.com> | Mon Jan 16 17:22:54 2017 +0100 |
tree | ecd09a8f0dedee1a6d0aac1dd8d8fb8ffda3c6c5 | |
parent | c81603b8b6c66183b7a3a96b3780d86a027eacc0 [diff] | |
parent | 2c5e080c01d986386267e15a2647d2c2bbf71c20 [diff] |
Merge pull request #22 from tcpcloud/syndic Refactored salt-syndic features
diff --git a/salt/api.sls b/salt/api.sls index 4bc3e9b..61e5687 100644 --- a/salt/api.sls +++ b/salt/api.sls
@@ -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: