New Saltstack Salt formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

minion_local_pillar.sls 200B

8年前
12345678910
  1. salt:
  2. minion:
  3. enabled: true
  4. local: true
  5. pillar:
  6. engine: salt
  7. source:
  8. engine: git
  9. address: 'git@repo.domain.com:salt/pillar-demo.git'
  10. branch: 'master'