- 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
-
- 24 Jan, 2013 1 commit
-
-
This adds two dependencies to the apt_repository module: apt and apt_pkg. These come from the package python-apt. This is used to parse the host's sources.list and examine whether the repo is already configured. This then eliminates the unnecessary 'add-apt-repository --remove' from running.
Stephen Fromm 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
-
- 12 Dec, 2012 1 commit
-
-
The example for using a ppa had the wrong syntax. Ironically, the correct syntax is illustrated in a comment on line 23.
Lorin Hochstein committed
-
- 21 Nov, 2012 1 commit
-
-
Jan-Piet Mens 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
-
- 16 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 15 Oct, 2012 1 commit
-
-
Philipp Grau committed
-
- 03 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 01 Oct, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 29 Sep, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 28 Sep, 2012 2 commits
-
-
Jan-Piet Mens committed
-
Marco Vito Moscaritolo committed
-
- 30 Aug, 2012 3 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 -
Matt Wright 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
-
- 29 Aug, 2012 1 commit
-
-
Stephen Fromm committed
-
- 13 Aug, 2012 3 commits
-
-
Sebastien Bocahu committed
-
Sebastien Bocahu committed
-
Sebastien Bocahu committed
-
- 08 Aug, 2012 1 commit
-
-
Matt Wright committed
-
- 07 Aug, 2012 1 commit
-
-
Matt Wright committed
-