Remove nginx from vagrant

This commit is contained in:
derekwaynecarr
2015-06-23 13:07:50 -04:00
parent 5e25827919
commit db202d4904
6 changed files with 15 additions and 21 deletions

View File

@@ -16,7 +16,7 @@
{% endif -%}
# TODO: remove nginx for other cloud providers.
{% if grains['cloud'] is defined and grains.cloud in [ 'aws', 'gce' ] %}
{% if grains['cloud'] is defined and grains.cloud in [ 'aws', 'gce', 'vagrant' ] %}
{% set api_servers_with_port = api_servers -%}
{% else -%}
{% set api_servers_with_port = api_servers + ":6443" -%}