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.

50 satır
1.1KB

  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. master:
  19. gitfs_provider: gitpython
  20. gitfs:
  21. dulwich:
  22. install_from_source: True
  23. pygit2:
  24. install_from_source: True
  25. version: 0.23.0
  26. git:
  27. # if not false, should be state name
  28. require_state: False
  29. install_from_package: git
  30. libgit2:
  31. version: 0.23.0
  32. install_from_source: True
  33. build_parent_dir: /usr/src/
  34. # hash necessary until github issue #9272 is addressed
  35. download_hash: 683d1164e361e2a0a8d52652840e2340
  36. gitpython:
  37. install_from_source: False
  38. cloud:
  39. template_sources:
  40. providers: salt://salt/files/cloud.providers.d
  41. profiles: salt://salt/files/cloud.profiles.d
  42. maps: salt://salt/files/cloud.maps.d