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

3 lines
131 B
Plaintext
Raw Normal View History

{% set apt_cacher = pillar.get('apt_cacher', {}) -%}
2014-01-05 17:02:07 -05:00
Acquire::http::Proxy "http://{{ apt_cacher.get('host', 'localhost') }}:3142";