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