mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
We actually need to fix the pip state to recognize new/deprecated options
This commit is contained in:
parent
22c753afba
commit
a013f792c6
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user