87074cf3d9
As discussed in PR#305, these are defaults that even if they are configurable as probably not suited to a majority of users and causes delete/add output on highstate of user of the formula choses to use the same file name.
8 lines
279 B
Plaintext
8 lines
279 B
Plaintext
# This file managed by Salt, do not edit by hand!!
|
|
{% for region in salt['pillar.get']('salt:cloud:rsos_regions', []) %}
|
|
base_ubuntu_rsos_{{ region|lower }}:
|
|
image: Ubuntu 14.04 LTS (Trusty Tahr)
|
|
provider: rsos_{{ region|lower }}
|
|
size: 512MB Standard Instance
|
|
{% endfor %}
|