index
:
puppet_python.git
master
[puppet_python]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
manifests
/
pip.pp
Age
Commit message (
Expand
)
Author
2014-05-07
Added timeout option to python::pip
Steven Pecht
2014-04-24
Fixed $(ensure typo in pip.pp
Luca Invernizzi
2014-04-24
Add editable flag. Check passed arguments.
Ali Asad Lotia
2014-04-06
simplify pkgname default
Igor Galić
2014-03-18
Merge pull request #73 from giavac/master
Sergey Stankevich
2014-03-18
Don't try to reinstall pip packages on every Puppet run #59; Even if ensure l...
Giacomo Vacca
2014-03-18
add support for explicit version handling with ensure parameter for pip packages
Nathan Sullivan
2014-03-06
adds external pkgname variable
Marcin Zaremba
2014-01-27
Merge branch 'master' of https://github.com/stankevich/puppet-python
Jarl Stefansson
2014-01-16
remove duplicate pip_install exec for latest case
Steffen Zieger
2014-01-14
Update documentation for python pip
Jarl Stefansson
2014-01-03
Merge branch 'master' of https://github.com/stankevich/puppet-python
Jarl Stefansson
2014-01-03
Cleanup for merge request
Jarl Stefansson
2014-01-03
Further fixes for pip 1.5 and wheel handling
Jarl Stefansson
2014-01-02
Fix bash logic false positives
Jarl Stefansson
2014-01-02
Fix simple typo
Jarl Stefansson
2014-01-02
Fix handling of wheel support for initial pip
Jarl Stefansson
2014-01-02
Fix quoting of exec commands to use single quotes
Jarl Stefansson
2014-01-02
Fix wheel support and pip version compatability
Jarl Stefansson
2014-01-02
Fix wheel flag for pip commands
Jarl Stefansson
2013-12-19
Fixing lint issues as per http://docs.puppetlabs.com/guides/style_guide.html
Neil Saunders
2013-12-13
Merge branch 'master' of github.com:jalli/puppet-python
Jarl Stefansson
2013-11-18
Add to python::pip ensure => latest
Hubert Jagodziński
2013-11-07
Added latest support to pip, fixed log param
Jarl Stefansson
2013-11-07
Fix paths
Jarl Stefansson
2013-11-07
Add path to pip install/uninstall
Jarl Stefansson
2013-11-07
Fix paths
Jarl Stefansson
2013-11-07
Add path to pip when executed out of virtualenv
Jarl Stefansson
2013-10-19
pip log option. Fixes #28
Sergey Stankevich
2013-10-15
Added support for setting egg name
Vik Bhatti
2013-10-09
Add options install_args and uninstall_args.
Fredrik Thulin
2013-06-04
Removed unnecessary which commands for obtaining the pip and python executables
Fotis Gimian
2013-06-04
Amended all documentation and updated version to 1.1.0
Fotis Gimian
2013-06-03
Removed owner attribute from the pip class as it was not needed and touched u...
Fotis Gimian
2013-06-03
Made system virtualenv more robust and ensured that pip logging would occur i...
Fotis Gimian
2013-06-03
Added environment attribute to the pip class which allows for users to overri...
Fotis Gimian
2013-06-03
Added owner, group to the pip class which ensures that packages will be insta...
Fotis Gimian
2013-03-31
URL support for pip
Sergey Stankevich
2012-09-09
Initial import
Sergey Stankevich