Proposed fix for ticket 66: allow extra arguments when using requirem…
…ents Adds an extra argument "extra_pip_args" that can be set to any string; it will be included after the requirements file is specified to allow (for example) non pypi packages to be built.
Merge pull request #114 from neilkatin/patch-for-ticket-66
Proposed fix for ticket 66: allow extra arguments when using requirement...
WARNING: variable not enclosed in {} on line 159
ERROR: tab character found on line 176
ERROR: two-space soft tabs not used on line 176
WARNING: indentation of => is not properly aligned on line 176
rake aborted!Merge pull request #116 from kolibridev/master
Fixed typo in parameter list
adding validation and documentation to init and install, refactored t…
…he handling of python::version to be more precise. the code changes are not tested yet, have no spec testing, but need to be synced to my repo
fixed some mistakes / lint warnings in modules, fixed the python clas…
…s spec to reflect default params
Merge pull request #117 from poikilotherm/master
Added validations to init.pp, fixed some tests.
making virtualenv command a variable to support python2.7
Merge pull request #119 from monnerbug/virtualenv_cmd
making virtualenv command a variable to support python2.7
Merge pull request #120 from saz/fix_requirements_vagrant
add parameter to disable changing of owner and group of requirements file