Merge "Fix warning on puppet-pip about trusted-hosts"

This commit is contained in:
Jenkins 2015-08-10 15:13:21 +00:00 committed by Gerrit Code Review
commit 7dc1c7697b
1 changed files with 1 additions and 1 deletions

View File

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