paulbsd-salt/states/apt/defaults.yaml
Paul Lecuq 24e1c31c0c
All checks were successful
continuous-integration/drone/push Build is passing
updated apt
2024-02-19 21:20:37 +01:00

20 lines
530 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://paulbsd-pub.s3.fr-par.scw.cloud/apt
arch: amd64