2
0
salt-formula/salt/files/cloud.providers.d/saltify.conf
Andrew Vant 7e074dc379 Supplied default values for all pillar queries in provider templates.
These aren't intended to function; they're here to allow the use of
file.recurse on the provider folder, without requiring the user
to provide pillar data for templates they're not using.
2015-04-03 18:47:08 -04:00

9 lines
191 B
Plaintext

# This file is managed by Salt via {{ source }}
{% set cloud = salt['pillar.get']('salt:cloud', {}) -%}
saltify:
provider: saltify
minion:
master: {{ cloud.get('master', 'salt') }}