Saltstack Official Apt-Cacher Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

26 rindas
881B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. #
  4. # Setup variables using grains['os_family'] based logic.
  5. # You just need to add the key:values for an `os_family` that differ
  6. # from `defaults.yaml` + `osarch.yaml`.
  7. # Only add an `os_family` which is/will be supported by the formula.
  8. #
  9. # If you do not need to provide defaults via the `os_family` grain,
  10. # you will need to provide at least an empty dict in this file, e.g.
  11. # osfamilymap: {}
  12. ---
  13. FreeBSD:
  14. credentials: /usr/local/etc/apt-cacher-ng/security.conf
  15. root_group: wheel
  16. server_cache_dir: /var/cache/apt-cacher-ng
  17. server_config: /usr/local/etc/apt-cacher-ng/zzz_acng.conf
  18. server_log_dir: /var/log/apt-cacher-ng
  19. service: apt_cacher_ng
  20. ##
  21. # We stick to the Debian user name in order to
  22. # further separate apt-cacher-ng from other potentially present
  23. # services running as 'proxy'.
  24. # user: proxy
  25. # group: proxy