formula-apt-cacher/apt-cacher/files/01proxy

3 lines
131 B
Plaintext

{% set apt_cacher = pillar.get('apt-cacher', {}) -%}
Acquire::http::Proxy "http://{{ apt_cacher.get('host', 'localhost') }}:3142";