8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
Acquire {
|
|
{% if http_proxy %}
|
|
http::Proxy "{{ http_proxy }}";
|
|
{% endif %}
|
|
{% if https_proxy %}
|
|
https::Proxy "{{ https_proxy }}";
|
|
{% endif %}
|
|
} |