formula-apt-cacher/apt-cacher/files/01proxy
Nodar Nutsubidze 327acd54d6 initial commit
2014-01-05 16:02:07 -06:00

3 lines
131 B
Plaintext

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