commit | 3aee17e5a10c58adb3e9144a3993307a1694b7ac | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 08 09:08:51 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Nov 08 09:08:51 2017 -0500 |
tree | b5108d1ecb5bd0d32082c4fde1b4456921ea85bb | |
parent | 4150d7a7686327147fae3b2edfc4e67adecd8d95 [diff] |
updated template
diff --git a/templates/pip.conf.j2 b/templates/pip.conf.j2 index c4f0766..36207ee 100644 --- a/templates/pip.conf.j2 +++ b/templates/pip.conf.j2
@@ -1,2 +1,5 @@ [global] index-url = {{ pip_index_url }} +{% if pip_trusted_hosts is defined %} +trusted-hosts = {{ pip_trusted_hosts }} +{% endif %} \ No newline at end of file