mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
13 lines
502 B
Plaintext
13 lines
502 B
Plaintext
{{ salt['runtests_helpers.get_sys_temp_dir_for_path']('issue-2028-pip-installed') }}:
|
|
virtualenv.managed:
|
|
- system_site_packages: False
|
|
- distribute: True
|
|
|
|
supervisord-pip:
|
|
pip.installed:
|
|
- name: supervisor
|
|
- bin_env: {{ salt['runtests_helpers.get_sys_temp_dir_for_path']('issue-2028-pip-installed') }}
|
|
- mirrors: http://testpypi.python.org/pypi
|
|
- require:
|
|
- virtualenv: {{ salt['runtests_helpers.get_sys_temp_dir_for_path']('issue-2028-pip-installed') }}
|