Create /srv/kuberentes/known_tokens.csv on AWS

This commit is contained in:
Justin Santa Barbara 2015-01-29 09:47:28 -05:00
parent d20188c6d4
commit 2f195578cc

View File

@ -39,7 +39,7 @@
{% endif %}
{% if grains.cloud is defined %}
{% if grains.cloud == 'gce' or grains.cloud == 'vagrant' %}
{% if grains.cloud in ['aws', 'gce', 'vagrant'] %}
# TODO: generate and distribute tokens on other cloud providers.
/srv/kubernetes/known_tokens.csv:
file.managed: