puppet-pip/templates/pip.conf.erb

9 lines
179 B
Plaintext

[global]
index-url = <%= @index_url %>
<% if @trusted_hosts.length > 0 -%>
trusted-host =
<% @trusted_hosts.each do |trusted_host| -%>
<%= trusted_host %>
<% end -%>
<% end -%>