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.

123456789101112131415161718192021222324252627282930313233343536
  1. git:
  2. client:
  3. enabled: true
  4. linux:
  5. system:
  6. enabled: true
  7. salt:
  8. master:
  9. command_timeout: 5
  10. worker_threads: 2
  11. reactor_worker_threads: 2
  12. enabled: true
  13. source:
  14. engine: pkg
  15. pillar:
  16. engine: salt
  17. source:
  18. engine: local
  19. ext_pillars:
  20. 1:
  21. module: cmd_json
  22. params: '"echo {\"arg\": \"val\"}"'
  23. 2:
  24. module: cmd_yaml
  25. params: /usr/local/bin/get_yml.sh
  26. environment:
  27. prd:
  28. formula: {}
  29. api:
  30. enabled: true
  31. rest_timeout: 7200
  32. ssl:
  33. engine: salt
  34. bind:
  35. address: 0.0.0.0
  36. port: 8000