Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. /opt/envs/mysite:
  2. virtualenv.managed:
  3. - no_site_packages: True
  4. - cwd: /opt/envs/mysite
  5. - require:
  6. - pkg: python-pkgs
  7.  
  8. mysite-reqs:
  9. pip.installed:
  10. - pip_exists_action: switch
  11. - requirements: /mnt/bootstrap/requirements.txt
  12. - find_links: http://custom.pip-repo.com/libs
  13. - cwd: /opt/envs/mysite
  14. - pip_bin: /opt/envs/mysite/bin/pip
  15. - bin_env: /opt/envs/mysite
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement