formula-apt-cacher/apt-cacher/ng/files/client.conf
Freddy Andersen 15d4be9806 typo
2017-01-23 07:53:20 -08:00

4 lines
235 B
Plaintext

{% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context -%}
Acquire::http::Proxy "http://{{ apt_cacher_ng.server_address }}:{{ apt_cacher_ng.server_port }}";
Acquire::https::Proxy "{{ apt_cacher_ng.https_proxy_enabled }}";