Skip to content

Instantly share code, notes, and snippets.

@akoumjian
Created February 10, 2012 03:30
Show Gist options
  • Save akoumjian/1786142 to your computer and use it in GitHub Desktop.
Save akoumjian/1786142 to your computer and use it in GitHub Desktop.
require not working
app-pkgs:
pkg:
- latest
- names:
- python-virtualenv
- python-dev
- libmysqlclient-dev
- libxml2-dev
- mercurial
- git
webapp:
git:
- exists
- repo: https://username@github.com/company/project.git
- name: /var/www/nsite/
/var/www/env:
virtualenv:
- manage
- requirements: salt://webserver/requirements.txt
- no_site_packages: True
- require:
- pkg: app-pkgs
- git: webapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment