commit
bea2b14eeb
@ -47,3 +47,5 @@ spec:
|
||||
dns_servers:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
#http_proxy: http://proxy.example.com:8080
|
||||
#https_proxy: https://proxy.example.com:8080
|
||||
|
@ -0,0 +1,7 @@
|
||||
#Promenade Generated
|
||||
{% if config['Network']['http_proxy'] is defined %}
|
||||
Acquire::http::Proxy "{{ config['Network']['http_proxy'] }}";
|
||||
{% endif %}
|
||||
{% if config['Network']['https_proxy'] is defined %}
|
||||
Acquire::https::Proxy "{{ config['Network']['https_proxy'] }}";
|
||||
{% endif %}
|
Loading…
Reference in New Issue
Block a user