Project

General

Profile

« Previous | Next » 

Revision d9a44dd0

Added by Daniel Lobato Garcia over 6 years ago

Release 1.16.0-RC1

View differences:

app/views/unattended/provisioning_templates/snippet/_http_proxy.erb
kind: snippet
name: http_proxy
%>
<% if (proxy = @host.params["http_proxy"]) -%>
<% if (proxy = host_param("http_proxy")) -%>
http_proxy=<%= proxy %>
export http_proxy
https_proxy=<%= proxy %>

Also available in: Unified diff