paulbsd-salt/states/apt/defaults.yaml
2023-07-02 21:32:49 +02:00

19 lines
514 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";
- Acquire::https::Proxy "DIRECT";
99unauth:
- APT::Get::AllowUnauthenticated "true";
fetch_url: https://paulbsd-pub.s3.fr-par.scw.cloud/apt
arch: amd64