paulbsd-salt/states/apt/defaults.yaml

14 lines
256 B
YAML
Raw Normal View History

2021-09-25 16:06:38 +02:00
---
apt:
config: {}
# apt:
# config:
# 10proxy:
# content:
# - Acquire::http::Proxy "http://proxy:8000";
# - Acquire::https::Proxy "DIRECT";
# 99unauth:
# content:
# - APT::Get::AllowUnauthenticated "true";