commit | 36ef84bf5596e57febeea63a6efa824bc0d01d37 | [log] [tgz] |
---|---|---|
author | Michael Kutý <6du1ro.n@gmail.com> | Thu Mar 31 17:52:31 2016 +0200 |
committer | Michael Kutý <6du1ro.n@gmail.com> | Thu Mar 31 17:52:31 2016 +0200 |
tree | 6619583a4267c8ee9022586c1b9543bd1c8965a6 | |
parent | 1764940219ee16c716d7030df3e6eaf5408daf8e [diff] |
Fix missing install docker.
diff --git a/docker/host.sls b/docker/host.sls index 2deaf38..1799e7a 100644 --- a/docker/host.sls +++ b/docker/host.sls
@@ -31,7 +31,7 @@ - require: - pkg: docker_packages -{% if host.install_docker_py %} +{% if host.install_docker_py is defined and host.install_docker_py %} docker-py-requirements: pkg.installed: - name: python-pip