Saltstack Official Salt Formula
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

53 lines
1.2KB

  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_remove_config: False
  8. master_remove_config: False
  9. minion_service: salt-minion
  10. master_service: salt-master
  11. api_service: salt-api
  12. syndic_service: salt-syndic
  13. salt_master: salt-master
  14. salt_minion: salt-minion
  15. salt_syndic: salt-syndic
  16. salt_cloud: salt-cloud
  17. salt_api: salt-api
  18. salt_ssh: salt-ssh
  19. python_git: python-git
  20. master:
  21. gitfs_provider: gitpython
  22. gitfs:
  23. dulwich:
  24. install_from_source: True
  25. pygit2:
  26. install_from_source: True
  27. version: 0.23.0
  28. git:
  29. # if not false, should be state name
  30. require_state: False
  31. install_from_package: git
  32. libgit2:
  33. version: 0.23.0
  34. install_from_source: True
  35. build_parent_dir: /usr/src/
  36. # hash necessary until github issue #9272 is addressed
  37. download_hash: 683d1164e361e2a0a8d52652840e2340
  38. gitpython:
  39. install_from_source: False
  40. cloud:
  41. template_sources:
  42. providers: salt://salt/files/cloud.providers.d
  43. profiles: salt://salt/files/cloud.profiles.d
  44. maps: salt://salt/files/cloud.maps.d