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.
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
# This file is managed by Salt via {{ source }}
|
|
|
|
{% set cloud = salt['pillar.get']('salt:cloud', {}) -%}
|
|
|
|
saltify:
|
|
{%- if grains.saltversioninfo[0] >= 2016 or (grains.saltversioninfo[0] >= 2015 and grains.saltversioninfo[1] >= 8) %}
|
|
driver: saltify
|
|
{%- else %}
|
|
provider: saltify
|
|
{%- endif %}
|
|
minion:
|
|
master: {{ cloud.get('master', 'salt') }}
|