This repository has been archived on 2025-07-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-02-22 21:24:42 +01:00
|
|
|
Acquire {
|
|
|
|
|
{% if http_proxy %}
|
|
|
|
|
http::Proxy "{{ http_proxy }}";
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if https_proxy %}
|
|
|
|
|
https::Proxy "{{ https_proxy }}";
|
|
|
|
|
{% endif %}
|
|
|
|
|
}
|