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

41 lines
848B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. salt:
  4. install_packages: True
  5. clean_config_d_dir: True
  6. config_path: /etc/salt
  7. minion_service: salt-minion
  8. master_service: salt-master
  9. api_service: salt-api
  10. syndic_service: salt-syndic
  11. salt_master: salt-master
  12. salt_minion: salt-minion
  13. salt_syndic: salt-syndic
  14. salt_cloud: salt-cloud
  15. salt_api: salt-api
  16. salt_ssh: salt-ssh
  17. python_git: python-git
  18. python_cherrypy: python-cherrypy
  19. python_tornado: python-tornado
  20. master:
  21. gitfs_provider: gitpython
  22. gitfs:
  23. dulwich:
  24. install_from_source: True
  25. pygit2:
  26. install_from_source: True
  27. gitpython:
  28. install_from_source: False
  29. cloud:
  30. template_sources:
  31. providers: salt://salt/files/cloud.providers.d
  32. profiles: salt://salt/files/cloud.profiles.d
  33. maps: salt://salt/files/cloud.maps.d