Addressing stankevich/puppet-python issue #258.
Updating grep regex to use package name with underscores replaced with hyphens.
Merge pull request #260 from rpocase/master
Addressing stankevich/puppet-python issue #258.
Bug virtualenv instead of virtualenv-$version
Merge pull request #261 from Asher256/hotfix-virtualenv-version
Bug virtualenv instead of virtualenv-$version
27 and 33 needed so that one can install with scl or rhscl provider.
Merge pull request #263 from philippeback/master
Update params.pp
Merge pull request #265 from stankevich/shivapoudel-patch-1
Update virtualenv_version.rb
Revert "Update virtualenv_version.rb"
Merge pull request #267 from stankevich/revert-265-shivapoudel-patch-1
Revert "Update virtualenv_version.rb"
Merge pull request #269 from netors/master
fixed python dev install when using scl
Merge pull request #270 from netors/master
bugfix install pip on centos6 using scl
new manage_requirements argument to address issue 273
spec test for manage_requirements == false
add configurable log level for gunicorn and unit tests
change parameter name loglevel -> log_level
Merge pull request #274 from rosenbergj/issue-273
new manage_requirements argument to address issue 273
set rspec test back to Ruby 1.8 style
Merge pull request #275 from xaniasd/master
add configurable log level for gunicorn and unit tests
Add parameter path to pip manifest
In order to be able to specify a custom path for the pip exec block only, a path parameter has been added to the pip manifest. The default value has been added to the parameter declaration to make this change backwards compatible.
Merge pull request #277 from BasLangenberg/feature/pip-path-parameter
Add parameter path to pip manifest
Update README to reflect actual defaults
The default values in the README file are wrong.
Merge pull request #279 from ColinHebert/patch-1
Update README to reflect actual defaults
Force virtualenv_version to be a string.
Merge pull request #280 from covermymeds/virtualenv_version_fix
Force virtualenv_version to be a string.
python::pip expects (un)install-args to be strings
Fix the documentation regarding this. The manifest docs are already correct.
Merge pull request #282 from adamcstephens/fix_pip_readme
python::pip expects (un)install-args to be strings
Merge pull request #281 from chrisfu/master
Made virtualenv compatible with RHSCL/SCL
Merge pull request #283 from iakovgan/master
add SCL specific exec_prefix