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.

70 lines
1.6KB

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