Merge pull request #7 from qbcode/master

Fix typo in template 01proxy
This commit is contained in:
Nitin Madhok 2014-12-22 06:35:41 -05:00
commit 4dc8314d2d

View file

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