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.

80 lines
1.8KB

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