Commit Graph

4 Commits (e5a635672c3c7e9b2f27d1ca04ddd006d61ba3ed)

Author SHA1 Message Date
Stephen Fromm e5a635672c Migrate remaining modules to use get_bin_path in module_common.py
* Migraed easy_install, pip, service, setup, and user.
* Updated fail_json message in apt_repository
* Fixed easy_install to not hardcode location of virtualenv in
  /usr/local/bin/.
* Made handling of virtualenv more consistent between easy_install and
  pip.
12 years ago
Jeremy Penner 09d5812cbb Make easy_install module actually work.
mpdehaan requested in ansible/ansible#795 that globals be removed.
The response was to remove the lines with the word 'global', but not
the actual use of global variables.  Which makes the module break silently.
Updated to use local variables.
12 years ago
Matt Wright 2a68f5d0af Updates per ansible/ansible#795 12 years ago
Matt Wright 62297b608f Add easy_install module 12 years ago