discourse/chef/cookbooks/apt/templates/default/01proxy.erb

3 lines
90 B
Plaintext

Acquire::http::Proxy "http://<%= @proxy %>:<%= @port %>";
Acquire::https::Proxy "DIRECT";