We actually need to fix the pip state to recognize new/deprecated options

This commit is contained in:
Pedro Algarvio 2017-03-25 14:32:09 +00:00
parent 22c753afba
commit a013f792c6
No known key found for this signature in database
GPG Key ID: BB36BF6584A298FF

View File

@ -2,6 +2,8 @@
virtualenv.managed:
- requirements: salt://issue-1959-virtualenv-runas/requirements.txt
- user: issue-1959
{%- if grains.get('pythonversion') > (2,) %}
{#- wheels are disabled because the pip cache dir will not be owned by the above issue-1959 user. Need to check this ASAP #}
- use_wheel: False
- no_use_wheel: True
{%- endif %}