remove pypi.c7 from tests

This commit is contained in:
Daniel Wallace 2017-10-30 13:05:35 -06:00
parent 319b811f2f
commit 2659b8b03e
No known key found for this signature in database
GPG Key ID: 5FA5E5544F010D48

View File

@ -12,9 +12,7 @@ provisioner:
name: salt_solo
salt_install: pip
pip_pkg: <%= ENV['SALT_SDIST_PATH'] || 'salt' %>
pip_index_url: https://pypi.c7.saltstack.net/simple
pip_extra_index_url:
- https://pypi.python.org/simple
pip_index_url: <%= ENV['SALT_INDEX_URL'] || 'https://pypi.python.org/simple' %>
require_chef: false
formula: states
<% if File.exists?('provisioner.yml') %>