Sha256: c213825f85349b9c9198d8f8b043616f1a8b4a06af872300e0625348e766bd7c

Contents?: true

Size: 290 Bytes

Versions: 7

Compression:

Stored size: 290 Bytes

Contents

Acquire::http::Proxy "http://<%= @proxy %>:<%= @port %>";
<% if @proxy_ssl %>
Acquire::https::Proxy "http://<%= @proxy %>:<%= @port %>";
<% else %>
Acquire::https::Proxy "DIRECT";
<% end %>
<% @bypass.each do |bypass, type| %>
Acquire::<%= type %>::Proxy::<%= bypass %> "DIRECT";
<% end %>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
from-scratch-0.7.0 cookbooks/apt/templates/default/01proxy.erb
from-scratch-0.6.0 cookbooks/apt/templates/default/01proxy.erb
from-scratch-0.5.0 cookbooks/apt/templates/default/01proxy.erb
from-scratch-0.3.0 cookbooks/apt/templates/default/01proxy.erb
from-scratch-0.2.0 cookbooks/apt/templates/default/01proxy.erb
from-scratch-0.1.1 cookbooks/apt/templates/default/01proxy.erb
madscience-0.0.29 cookbooks/apt/templates/default/01proxy.erb