Missing ca crt in vagrant controllers

This commit is contained in:
derekwaynecarr
2015-07-08 10:19:25 -04:00
parent 6ca402b308
commit e2ddd2dd7b
4 changed files with 10 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
{% set root_ca_file = "" -%}
{% if grains['cloud'] is defined and grains.cloud in [ 'aws', 'gce' ] %}
{% if grains['cloud'] is defined and grains.cloud in [ 'aws', 'gce', 'vagrant' ] %}
{% set root_ca_file = "--root_ca_file=/srv/kubernetes/ca.crt" -%}
{% endif -%}