wunki / django-salted

Full stack SaltStack configuration for Django with the help of Vagrant.
BSD 3-Clause "New" or "Revised" License
319 stars 42 forks source link

Update Salt's virtualenv settings #15

Closed c17r closed 10 years ago

c17r commented 10 years ago

1) no_site_packages option has been deprecated for system_site_packages 2) if the requirements file has references to other requirement files on the file system, Salt will break unless no_chown option is given which prevents Salt from copying the requirements file to /tmp/ before running.

audreyfeldroy commented 10 years ago

:+1: This was very helpful, thanks @sauerc

wunki commented 10 years ago

Thanks!