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.

67 line
1.5KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. salt:
  4. install_packages: True
  5. use_pip: False
  6. clean_config_d_dir: True
  7. restart_via_at: False
  8. config_path: /etc/salt
  9. minion_remove_config: False
  10. master_remove_config: False
  11. minion_service: salt-minion
  12. master_service: salt-master
  13. api_service: salt-api
  14. syndic_service: salt-syndic
  15. salt_master: salt-master
  16. salt_minion: salt-minion
  17. salt_syndic: salt-syndic
  18. salt_cloud: salt-cloud
  19. salt_api: salt-api
  20. salt_ssh: salt-ssh
  21. python_git: python-git
  22. python_dulwich: python-dulwich
  23. master:
  24. gitfs_provider: gitpython
  25. gitfs:
  26. dulwich:
  27. install_from_source: True
  28. pygit2:
  29. install_from_source: True
  30. version: 0.23.0
  31. git:
  32. # if not false, should be state name
  33. require_state: False
  34. install_from_package: git
  35. libgit2:
  36. version: 0.23.0
  37. install_from_source: True
  38. build_parent_dir: /usr/src/
  39. # hash necessary until github issue #9272 is addressed
  40. download_hash: 683d1164e361e2a0a8d52652840e2340
  41. gitpython:
  42. install_from_source: False
  43. cloud:
  44. template_sources:
  45. providers: salt://salt/files/cloud.providers.d
  46. profiles: salt://salt/files/cloud.profiles.d
  47. maps: salt://salt/files/cloud.maps.d
  48. salt_formulas:
  49. checkout_orig_branch: False
  50. git_opts:
  51. default:
  52. baseurl: https://github.com/saltstack-formulas
  53. basedir: /srv/formulas
  54. update: False
  55. options:
  56. rev: master
  57. output_loglevel: 'quiet'