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.

9 satır
191B

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