I'm working on a module to handle creating and populating Python
virtualenvs. Without going into too much detail, basically these are
nicely-encapsulated environments into which python packages can be
installed and run. It's not uncommon to have several virtualenvs on a
system, potentially with t
First, apologies if this is a FAQ: a few weeks of searching and reading
hasn't uncovered anything particularly helpful. I'll be happy to
summarize the results in a blog post or some more official place.
I'm having a hard time figuring out how best to develop and test changes
to Puppet manifests.