paulbsd-salt/states/apt/defaults.yaml
2023-02-10 13:47:33 +01:00

17 lines
446 B
YAML

---
apt:
proxy:
scheme: http
hostname: apt.local
port: 8000
config:
10periodic:
- APT::Periodic::Update-Package-Lists "1";
- APT::Periodic::Download-Upgradeable-Packages "1";
- APT::Periodic::AutocleanInterval "0";
10proxy:
- Acquire::http::Proxy-Auto-Detect "/usr/local/bin/apt-proxy-detect.py";
- Acquire::https::Proxy "DIRECT";
99unauth:
- APT::Get::AllowUnauthenticated "true";