New version of salt-formula from Saltstack
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

10 lines
233B

  1. {{ provider_name }}:
  2. provider: {{ provider.engine }}
  3. {%- if provider.insecure is defined %}
  4. insecure: true
  5. {%- endif %}
  6. {#- location: {{ provider.region }} #}
  7. personal_access_token: {{ provider.api_key }}
  8. {%- endif %}