Re: [Puppet Users] python virtualenv module

2013-11-02 Thread Jason Antman
Taj, I've considered that option as well, but that prevents the list-to-multiple-resources language functionality from working. i.e. $requirements ['tox', 'pytest', 'coverage'] python::package { $requirements } -jantman On 11/02/2013 01:59 AM, Sirtaj Singh Kang wrote: > > On 11/2/2013 3:31 AM,

Re: [Puppet Users] python virtualenv module

2013-11-01 Thread Sirtaj Singh Kang
On 11/2/2013 3:31 AM, Jason Antman wrote: [snip] package installation - but the module (or at least our version of it) doesn't handle requirements files, and uses a define to pip install packages, so a given package can only be installed in one venv on a node. I have a hacked-up python virtual

[Puppet Users] python virtualenv module

2013-11-01 Thread Jason Antman
Hello, community, I work for a python/Django shop (we run supposedly one of the largest Django apps out there), and we're just starting to use Puppet for handling python stuff (and hopefully application deploys, eventually). We're currently using a hacked up version of Mozilla RelEng's excellent a