Saltstack Official Apt-Cacher 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.
|
- # -*- 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
|