Merge pull request #9769 from brendandburns/secure

Revert the revert of https://github.com/GoogleCloudPlatform/kubernetes/pull/9761
This commit is contained in:
Saad Ali
2015-06-16 14:21:54 -07:00
7 changed files with 19 additions and 11 deletions

View File

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