New Saltstack 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.

29 line
593B

  1. git:
  2. client:
  3. enabled: true
  4. linux:
  5. system:
  6. enabled: true
  7. salt:
  8. master:
  9. enabled: true
  10. command_timeout: 5
  11. worker_threads: 2
  12. base_environment: prd
  13. environment:
  14. prd:
  15. formula:
  16. service01:
  17. source: git
  18. address: 'git@git.domain.com/service01-formula.git'
  19. revision: master
  20. service02:
  21. source: pkg
  22. name: salt-formula-service02
  23. pillar:
  24. engine: salt
  25. source:
  26. engine: git
  27. address: 'git@repo.domain.com:salt/pillar-demo.git'
  28. branch: 'master'