commit | e2e889c5235197da67482a201ca3ccdd510a564b | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Wed Jul 11 10:13:25 2018 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Wed Jul 11 10:13:27 2018 +0200 |
tree | 070296952a115765afa24f04521099c16789e742 | |
parent | 667d80cd8a6052121a613da4c73b3717173c39e4 [diff] |
Hotfix: docker:host:enabled default value Change-Id: Ie7f99c1e89e9169ca6ddf643d1ec0128ef959bcc
diff --git a/docker/host.sls b/docker/host.sls index da8291e..f436349 100644 --- a/docker/host.sls +++ b/docker/host.sls
@@ -1,6 +1,6 @@ {% from "docker/map.jinja" import host with context %} -{%- if host.enabled %} +{%- if host.get('enabled', False) %} docker_packages: pkg.installed: