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.

73 line
1.6KB

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