paulbsd-salt/states/apt/defaults.yaml
2024-07-29 21:55:32 +02:00

20 lines
517 B
YAML

---
apt:
enabled: true
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";
- Acquire::https::Proxy "DIRECT";
99unauth:
- APT::Get::AllowUnauthenticated "true";
fetch_url: https://assets.paulbsd.com/apt
arch: amd64