2
0

Do not sync salt-cloud provided default configuration by default

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.
This commit is contained in:
Gilles Dartiguelongue 2017-04-11 13:30:23 +02:00
parent 4b29379725
commit 87074cf3d9
13 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ salt-cloud-{{ cloud_section }}:
- source: {{ salt_settings.cloud.template_sources[cloud_section] }}
- template: jinja
- makedirs: True
- exclude_pat: _*
{% for filename in salt['pillar.get']("salt:cloud:" ~ cloud_section, {}).keys() %}
/etc/salt/cloud.{{ cloud_section }}.d/{{ filename }}: