
Initial commit for puppet-setproxy module Depends-On: Ib12c282ee3863aba16dbd9ced6ce975e1f572a5c Change-Id: I199ab36ccb850e9f6a5353feb4bd1946ed2a7eb5
18 lines
316 B
Plaintext
18 lines
316 B
Plaintext
# Managed by puppet
|
|
|
|
[core]
|
|
<% if @enable_gitproxy -%>
|
|
gitproxy = /usr/local/bin/gitproxy
|
|
<% end -%>
|
|
[http]
|
|
<% if @http_proxy -%>
|
|
proxy = <%= @http_proxy %>
|
|
<% end -%>
|
|
[https]
|
|
<% if @https_proxy -%>
|
|
proxy = <%= @https_proxy %>
|
|
<% end -%>
|
|
[pack]
|
|
compression = <%= @git_compression %>
|
|
|