- 20 Dec, 2013 1 commit
-
-
Janitha Karunaratne committed
-
- 12 Dec, 2013 1 commit
-
-
Same as b2542bff.
Veeti Paananen committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 02 Nov, 2013 1 commit
-
-
'easy_install' executable were still left behind and need to be removed for the customizable 'executable' task argument to correctly work: '_get_easy_install' should take care of all the functionality related to determining the correct 'easy_install' executable to use.
Pedro Romano committed
-
- 15 Oct, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 14 Oct, 2013 4 commits
-
-
'easy_install' executable, modeled on '_get_pip' from the 'pip' module to correctly handle all combinations of explicit executable and virtualenv.
Pedro Romano committed -
New module argument to specify the executable used for running 'easy_install'. This allows support for system installation of packages on systems with multiple installations of Python.
Pedro Romano committed -
Pedro Romano committed
-
Changes examples from using Flask to some other package (Bottle was chosen) as per @mpdehaan's suggestion.
Pedro Romano committed
-
- 10 Oct, 2013 1 commit
-
-
Michael DeHaan committed
-
- 10 Sep, 2013 1 commit
-
-
Without this, the first call to the easy_install module with a new virtualenv will only create the virtualenv without installing the intended package, since the `_is_package_installed` check will succeed as running /usr/bin/easy_install as non-root user will return permission denied error with empty stdout.
Yap Sok Ann committed
-
- 29 Jun, 2013 1 commit
-
-
Jack Kuan committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 30 Mar, 2013 1 commit
-
-
mavimo committed
-
- 12 Mar, 2013 1 commit
-
-
Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
Dag Wieers committed
-
- 27 Feb, 2013 1 commit
-
-
This updates the following modules to support check_mode: * apt_key * apt_repository * easy_install * pip - will always report changed due to the way it handles state * seboolean * selinux * slurp - since nothing changes, it just adds that it supports check_mode * subversion - reports changed when checking out new repo and when updating. * supervisorctl * svr4pkg See issue #2114.
Stephen Fromm committed
-
- 23 Feb, 2013 3 commits
-
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Michael DeHaan committed
-
- 20 Feb, 2013 2 commits
-
-
This allows flexible selection of the Python version to use while creating the virtualenv.
Jeroen Hoekx committed -
Jeroen Hoekx committed
-
- 13 Jan, 2013 1 commit
-
-
This updates apt, apt_repository, command, cron, easy_install, facter, fireball, git, group, mount, ohai, pip, service, setup, subversion, supervisorctl, svr4pkg, user, and yum to take advantage of run_command in module_common.py.
Stephen Fromm committed
-
- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 23 Oct, 2012 1 commit
-
-
- added terse syntax to modules.rst - added description of special variables to template module
Jan-Piet Mens committed
-
- 01 Oct, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 30 Sep, 2012 1 commit
-
-
- .rst now supresses default if none is set (looks better in HTML) - .rst now handles empty options list - Fixed postgresql_user and mysql_user because YAML contained colons - docs for facter
Jan-Piet Mens committed
-
- 30 Aug, 2012 2 commits
-
-
Added required as optional argument to get_bin_path(). It defaults to false. Updated following modules to use required=True when calling get_bin_path(): apt_repository, easy_install, group, pip, supervisorctl, and user. Also removed _find_supervisorctl() from supervisorctl module and updated _is_running() to not need it.
Stephen Fromm committed -
* 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.
Stephen Fromm committed
-
- 15 Aug, 2012 1 commit
-
-
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.
Jeremy Penner committed
-
- 08 Aug, 2012 1 commit
-
-
Matt Wright committed
-
- 07 Aug, 2012 1 commit
-
-
Matt Wright committed
-