summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-29Update: Merge remote-tracking branch 'upstream/master'HEADmasterkwadronaut
2014-07-28Merge pull request #100 from daniellawrence/remove_ruby_1.8.7_supportSergey Stankevich
Removed support for ruby 1.8.7 during tests.
2014-07-28Removed support for ruby 1.8.7 during tests.Daniel Lawrence
2014-07-27Merge pull request #99 from daniellawrence/rspecSergey Stankevich
Getting started with basic rspec
2014-07-27Merge pull request #98 from daniellawrence/remove_use_pkgname_not_usedSergey Stankevich
puppet-lint: removed unused var 'use_pkgname'
2014-07-27removed tmp filesDaniel Lawrence
2014-07-27started adding checks for python::requirementsDaniel Lawrence
2014-07-27increase spec coverage of puppet::installDaniel Lawrence
2014-07-27Support for travis-ci.orgDaniel Lawrence
2014-07-27started adding spec testsDaniel Lawrence
2014-07-27puppet-lint: removed unused var 'use_pkgname'Daniel Lawrence
2014-07-24Merge pull request #97 from rayl/masterSergey Stankevich
Don't override PATH while installing requirements.txt
2014-07-24Don't override PATH while installing requirements.txtRay Lehtiniemi
Setting the path here causes installation failures if some package in requirements.txt needs tools which happen to be installed in a non-system location. Leave path alone so caller can use Exec { path=>[...] } or similar to locate the desired tools. Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
2014-07-24Merge pull request #95 from ccin2p3/systempkg_when_no_fact_availableSergey Stankevich
Handle case when virtualenv_version fact is not available.
2014-07-23Handle case when virtualenv_version fact is not available.Remi Ferrand
As specified in #94, when their is no way to find virtualenv version, fall back to user request. When fact virtualenv_version is not yet available, stupidly trust user input and force systempkgs options without taking care of virtualenv veresion. 1. If the option choosen is not recognized by the installed version of virtualenv, further Exec will fail and dependencies will not be processed. 2. On the next puppet execution, fact _virtualenv_version_ will be available and process should work as expected.
2014-07-18Merge pull request #93 from wimh/masterSergey Stankevich
allow to specify directory from which to run the "pip install" command
2014-07-18allow to specify directory from which to run the "pip install" commandwimh
2014-07-17Release 1.7.7Sergey Stankevich
2014-07-17Merge pull request #92 from tremblaysimon/fixpipwheelSergey Stankevich
Fixed pip wheel
2014-07-17Fixed pip wheel as it was done for virtualenv pipSimon Tremblay
2014-07-17Ignore geppetto filesSimon Tremblay
2014-07-07Release 1.7.6Sergey Stankevich
2014-07-07Merge pull request #90 from dreilly1982/masterSergey Stankevich
Changed order pattern in init.pp to support the Anchor pattern to contain dependencies.
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