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.

39 lines
780B

  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. gitpython:
  26. install_from_source: False
  27. cloud:
  28. template_sources:
  29. providers: salt://salt/files/cloud.providers.d
  30. profiles: salt://salt/files/cloud.profiles.d
  31. maps: salt://salt/files/cloud.maps.d