New version of salt-formula from Saltstack
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.

30 lines
555B

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