Merge pull request #15 from saltstack-formulas/ignore-https

ng.client: don't cache https://
This commit is contained in:
Niels Abspoel 2018-04-27 14:40:05 +02:00 committed by GitHub
commit 9847b2c1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
{% from "apt-cacher/ng/map.jinja" import apt_cacher_ng with context %}
Acquire::http::Proxy "http://{{ apt_cacher_ng.server_address }}:{{ apt_cacher_ng.server_port }}";
Acquire::https::Proxy "DIRECT";