puppet/svn/templates/servers.erb
2010-11-08 17:29:36 +02:00

9 lines
252 B
Text

[global]
<%
if has_variable?("http_proxy")
http_proxy_host, http_proxy_port = http_proxy.split(":")
http_proxy_port = "80" if http_proxy_port.nil?
-%>
http-proxy-host = <%= http_proxy_host %>
http-proxy-port = <%= http_proxy_port %>
<% end -%>