Saltstack Official Apt-Cacher Formula
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

19 lines
499B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. Debian: {}
  5. FreeBSD:
  6. credentials: /usr/local/etc/apt-cacher-ng/security.conf
  7. root_group: wheel
  8. server_cache_dir: /var/cache/apt-cacher-ng
  9. server_config: /usr/local/etc/apt-cacher-ng/zzz_acng.conf
  10. server_log_dir: /var/log/apt-cacher-ng
  11. service: apt_cacher_ng
  12. ##
  13. # We stick to the Debian user name in order to
  14. # further separate apt-cacher-ng from other potentially present
  15. # services running as 'proxy'.
  16. # user: proxy
  17. # group: proxy