Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_saltify.conf 363B

123456789101112
  1. # This file is managed by Salt! Do not edit by hand!
  2. {% set cloud = salt['pillar.get']('salt:cloud', {}) -%}
  3. saltify:
  4. {%- if grains.saltversioninfo[0] >= 2016 or (grains.saltversioninfo[0] >= 2015 and grains.saltversioninfo[1] >= 8) %}
  5. driver: saltify
  6. {%- else %}
  7. provider: saltify
  8. {%- endif %}
  9. minion:
  10. master: {{ cloud.get('master', 'salt') }}