New Saltstack Salt formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
200B

  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'