summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-03Changed order pattern in init.pp to support the Anchor pattern to contain ↵Don Reilly
dependencies. See bug #8040 https://projects.puppetlabs.com/issues/8040
2014-06-18Merge pull request #89 from fadenb/fix/futureparser_compatibilitySergey Stankevich
Quote upper case strings for future parser compatibility
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-06-17Merge pull request #88 from GaleDragon/masterSergey Stankevich
Update README.md
2014-06-17Update README.mdGaleDragon
Added a note that if the resource name is not an absolute path you need to include that path in the options. Added after personal experience.
2014-05-30Merge pull request #86 from igalic/patch-2Sergey Stankevich
introduce puppet syntax hilighting
2014-05-30introduce puppet syntax hilightingIgor Galić
we also normalize tabs to spaces
2014-05-20Merge pull request #85 from kracekumar/patch-1Sergey Stankevich
Fixed several spelling mistake
2014-05-21Fixed several spelling mistakekracekumar
2014-05-07Release 1.7.5Sergey Stankevich
2014-05-07Merge pull request #84 from swpecht/masterSergey Stankevich
Adds a timeout option to python::pip installations
2014-05-07Added timeout option to python::pipSteven Pecht
The default timeout is set to 1800. The same default as virtual environement installations. A timeout parameter is needed for long running installs such as SciPy.
2014-04-24Release 1.7.4Sergey Stankevich
2014-04-24Merge pull request #82 from invernizzi/patch-1Sergey Stankevich
Fixed $(ensure typo in pip.pp
2014-04-24Fixed $(ensure typo in pip.ppLuca Invernizzi
2014-04-24Release 1.7.3Sergey Stankevich
2014-04-24Merge pull request #80 from lotia/masterSergey Stankevich
Add an editable argument in the pip provider
2014-04-24Add editable flag. Check passed arguments.Ali Asad Lotia
2014-04-24Ignore rbenv filesAli Asad Lotia
2014-04-08Release 1.7.2Sergey Stankevich
2014-04-08Merge pull request #78 from codesplicer/masterSergey Stankevich
Make venv_dir into a class parameter
2014-04-08Fixed a typo following the upstream mergeVik Bhatti
2014-04-08Pulled from upstreamVik Bhatti
2014-04-08Bump module versionVik Bhatti
2014-04-08Fixed various linting issuesVik Bhatti
2014-04-08Made venv_dir into a paramater to the virtualenv typeVik Bhatti
2014-04-06Merge pull request #77 from igalic/patch-1Sergey Stankevich
simplify pkgname default
2014-04-06simplify pkgname defaultIgor Galić
rather than having a rather ugly if and an unhandy case new variable, we can simplify this by making the default $name, in the parameter list.
2014-03-25Release 1.7.1Sergey Stankevich
2014-03-25Merge pull request #75 from quizlet/masterSergey Stankevich
Add pypy support
2014-03-25Add pypy supportRobert Deaton
2014-03-18Release 1.7.0Sergey Stankevich
2014-03-18Merge pull request #73 from giavac/masterSergey Stankevich
Don't try to reinstall pip packages on every Puppet run #59
2014-03-18Merge pull request #72 from CpuID/masterSergey Stankevich
add support for explicit version handling with ensure parameter for pip packages
2014-03-18Merge pull request #71 from tehgeekmeister/patch-1Sergey Stankevich
Document newly required pkgname option for pip.
2014-03-18Don't try to reinstall pip packages on every Puppet run #59; Even if ensure ↵Giacomo Vacca
latest, do not install if already latest
2014-03-18add support for explicit version handling with ensure parameter for pip packagesNathan Sullivan
2014-03-14Document newly required pkgname option for pip.Ezekiel Smithburg
2014-03-06Release 1.6.6Sergey Stankevich
2014-03-06Merge branch 'master' of github.com:stankevich/puppet-pythonSergey Stankevich
* 'master' of github.com:stankevich/puppet-python: adds external pkgname variable
2014-03-06Release 1.6.5Sergey Stankevich
2014-03-06Merge pull request #65 from marcinzaremba/fix-pip-nameSergey Stankevich
Same package for mutiple virtualenvs
2014-03-06adds external pkgname variableMarcin Zaremba
2014-03-06Release 1.6.4Sergey Stankevich
2014-03-04Merge pull request #62 from genome-vendor/masterSergey Stankevich
Silence warnings when programs are not installed
2014-03-04Add begin/rescue/end to setcode blockMatt Callaway
This silences these warnings: Could not retrieve pip_version: undefined method `[]' for nil:NilClass Could not retrieve pip_version: can't convert Symbol into String
2014-03-04Add begin/rescue/end to setcode blockMatt Callaway
This silences these warnings: Could not retrieve pip_version: undefined method `[]' for nil:NilClass Could not retrieve pip_version: can't convert Symbol into String
2014-02-26Merge pull request #60 from huit/el5_facts_error_messageSergey Stankevich
prevent Facter error when packages not installed
2014-02-26prevent Facter error when packages not installedSteve Huff
on RHEL systems, `pkg.retrieve[pkg.property(:ensure)]` returns `:absent` when a package is not installed; this can generate an unsightly error when running these facts on a RHEL system where the necessary OS packages are not installed: [root@gepeto ~]# facter -p osfamily RedHat [root@gepeto ~]# facter -p lsbmajdistrelease 5 [root@gepeto ~]# grep version /etc/puppet/modules/python/Modulefile version '1.6.3' [root@gepeto ~]# facter -p virtualenv_version pip_version Could not retrieve virtualenv_version: can't convert Symbol into String Could not retrieve pip_version: undefined method `[]' for nil:NilClass Could not retrieve pip_version: can't convert Symbol into String pip_version => virtualenv_version => Fixes #50
2014-02-02Version 1.6.3Sergey Stankevich