paulbsd-salt/states/apt/defaults.yaml

25 lines
545 B
YAML
Raw Normal View History

2021-09-25 16:06:38 +02:00
---
apt:
2022-07-27 23:49:54 +02:00
proxy:
scheme: http
hostname: apt.local
port: 8000
config:
10proxy:
content:
- Acquire::http::ProxyAutoDetect "/usr/local/bin/apt-proxy-detect.py";
- Acquire::https::Proxy "DIRECT";
99unauth:
content:
- APT::Get::AllowUnauthenticated "true";
2021-09-25 16:06:38 +02:00
# apt:
# config:
# 10proxy:
# content:
# - Acquire::http::Proxy "http://proxy:8000";
# - Acquire::https::Proxy "DIRECT";
# 99unauth:
# content:
# - APT::Get::AllowUnauthenticated "true";