summaryrefslogtreecommitdiff
path: root/manifests/install.pp
AgeCommit message (Collapse)Author
2014-06-18Quote upper case strings for future parser compat.Tristan Helmich
https://tickets.puppetlabs.com/browse/PUP-2800 explains the reasoning to quote upper case words.
2014-03-25Add pypy supportRobert Deaton
2014-01-04Merging masterSergey Stankevich
2014-01-02Fixed osfamily nameDavide Mendolia
2014-01-02Replace operatingsystem test for osfamily to increase os supportDavide Mendolia
2013-12-19Fixing lint issues as per http://docs.puppetlabs.com/guides/style_guide.htmlNeil Saunders
2013-12-13Merge branch 'master' of github.com:jalli/puppet-pythonJarl Stefansson
Conflicts: manifests/pip.pp manifests/requirements.pp manifests/virtualenv.pp
2013-11-29Added manage_gunicorn flag.Daniel Lawrence
This will allow a user to stop the module from trying to do anything with gunicorn.
2013-11-18Add support for Scientific LinuxJohn Jacobsen
Fixes #39. Tested manually in a few cases on a Vagrant Scientific Linux 6 VM and seems to work OK so far.
2013-11-08Added full pip install support for all packagesJarl Stefansson
2013-11-07Fix package names for pipJarl Stefansson
2013-11-05Fixing up virtualenv pip installJarl Stefansson
2013-11-05Fix pip bugJarl Stefansson
2013-11-05Add support to install virtualenv from pipJarl Stefansson
2013-06-04Made the pip package independent from the dev package in the python class ↵Fotis Gimian
and updated version to 1.1.1
2013-06-03Added braces around python variable to avoid Puppet syntax errors in install ↵Fotis Gimian
manifest
2013-05-12Use regex for OS matchingThomas Bartelmess
2013-05-12CentOS and RedHat supportThomas Bartelmess
2012-11-08Adding pip; modifying Gunicorn template for DjangoSergey Stankevich
2012-09-09Initial importSergey Stankevich