Fix warning on puppet-pip about trusted-hosts

Change-Id: Ieef9d04d9f94746b76aaca0d218a4e220f79fbbf
This commit is contained in:
Yolanda Robla 2015-08-03 13:41:35 +02:00
parent d461920848
commit 652b6efb40
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 %>