Skip to content

Instantly share code, notes, and snippets.

@ahammond
Created June 14, 2016 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahammond/5555a812089c0057880a6bc9868325ed to your computer and use it in GitHub Desktop.
Save ahammond/5555a812089c0057880a6bc9868325ed to your computer and use it in GitHub Desktop.
part of a state.sls that was last tested and known working about 1 year ago.
{{ wsapi.virtualenv }}:
virtualenv.managed:
- python: /usr/bin/python2.7
- requirements: {{ wsapi.deploy_dir}}/requirements.txt
- system_site_packages: True
- require:
- cmd: {{ wsapi_git_reset }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment