Revert "Optionalize (default false) --insecure-registry."

This commit is contained in:
Dawn Chen
2015-06-12 17:50:38 -07:00
parent cdef8ae844
commit 1645c9a9b8
5 changed files with 9 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
{% set docker_opts = "" -%}
{% if grains.docker_opts is defined and grains.docker_opts -%}
{% if grains.docker_opts is defined -%}
{% set docker_opts = grains.docker_opts -%}
{% endif -%}