Set proxy for apt cacher too

This commit is contained in:
William Wernert
2021-04-19 11:27:17 -04:00
parent e8553162a5
commit c907d416df

View File

@@ -90,3 +90,7 @@ PassThroughPattern: (repo\.securityonion\.net:443|download\.docker\.com:443|mirr
# MaxDlSpeed: 500
# MaxInresponsiveDlSize: 64000
# BadRedirDetectMime: text/html
{% set proxy = salt['pillar.get']('manager:proxy') -%}
{{ if proxy }}
Proxy: {{ proxy }}
{{ endif }}