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ů.
|
- # -*- coding: utf-8 -*-
- # vim: ft=yaml
- ---
- Debian: {}
-
- FreeBSD:
- credentials: /usr/local/etc/apt-cacher-ng/security.conf
- root_group: wheel
- server_cache_dir: /var/cache/apt-cacher-ng
- server_config: /usr/local/etc/apt-cacher-ng/zzz_acng.conf
- server_log_dir: /var/log/apt-cacher-ng
- service: apt_cacher_ng
- ##
- # We stick to the Debian user name in order to
- # further separate apt-cacher-ng from other potentially present
- # services running as 'proxy'.
- # user: proxy
- # group: proxy
|