7e074dc379
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.
9 lines
191 B
Plaintext
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') }}
|