Commit 0007257b authored by Jeff Lowdermlk's avatar Jeff Lowdermlk

Fix conditional on grains.docker_opts in docker-defaults

parent 4845e524
DOCKER_OPTS="" DOCKER_OPTS=""
{% if grains.docker_opts is defined %} {% if grains.docker_opts %}
DOCKER_OPTS="${DOCKER_OPTS} {{grains.docker_opts}}" DOCKER_OPTS="${DOCKER_OPTS} {{grains.docker_opts}}"
{% endif %} {% endif %}
DOCKER_OPTS="${DOCKER_OPTS} --bridge cbr0 --iptables=false --ip-masq=false -r=false" DOCKER_OPTS="${DOCKER_OPTS} --bridge cbr0 --iptables=false --ip-masq=false -r=false"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment