summaryrefslogtreecommitdiff
path: root/manifests/virtualenv.pp
AgeCommit message (Expand)Author
2013-06-03Now that all exec statements run under a particular owner, there is no need f...Fotis Gimian
2013-06-03Specifically looked for the activate script when creating a virtualenv since ...Fotis Gimian
2013-05-20Removed multiline backslashes from the execution statement, since this can ca...schacki
2013-05-18Fix typo from pull request #14Aaron DeVore
2013-05-16add -i <address option to install pip packages to the exec commandsOded Simon
2013-05-04Allow setting owner for virtualenv and requirementsTheo Spears
2013-04-15Added `path` to ensure `mkdir` and `virtualenv` are found.woldan
2013-03-14Merge pull request #5 from zoni/distributeSergey Stankevich
2013-03-11Allow virtualenv definitions to share the same requirements fileNick Groenen
2013-03-11Make pip install distribute in a virtualenv optionalNick Groenen
2013-03-11Resolve a cyclic dependencyNick Groenen
2012-11-06updated authors.Marc Fournier
2012-11-06python::virtualenv - '--system-site-packages' optionMarc Fournier
2012-10-17If the proxy is unset then you cannot set http_proxy in the environmentAshley Penney
2012-09-09Initial importSergey Stankevich