Fix warning on puppet-pip about trusted-hosts
Change-Id: Ieef9d04d9f94746b76aaca0d218a4e220f79fbbf
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[global]
|
[global]
|
||||||
index-url = <%= @index_url %>
|
index-url = <%= @index_url %>
|
||||||
<% if trusted_hosts.length > 0 -%>
|
<% if @trusted_hosts.length > 0 -%>
|
||||||
trusted-host =
|
trusted-host =
|
||||||
<% @trusted_hosts.each do |trusted_host| -%>
|
<% @trusted_hosts.each do |trusted_host| -%>
|
||||||
<%= trusted_host %>
|
<%= trusted_host %>
|
||||||
|
|||||||
Reference in New Issue
Block a user