formula-apt-cacher/apt-cacher/files/01proxy
Jimmy Tang 3f605b9e20 Fix typo in template 01proxy
The key is always null and thus localhost is always used no matter
way. This correction lets users specify the apt-cacher host.
2014-12-22 11:26:48 +00:00

3 lines
131 B
Plaintext

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