Commit graph

9 commits

Author SHA1 Message Date
Marco Vito Moscaritolo
35f6d71057 Added DOCUMENTATION to supervisorctl module. 2012-09-29 21:02:07 +02:00
Matt Wright
d145e043c7 Use get_bin_path properly 2012-08-31 15:03:26 -04:00
Matt Wright
6a67572e83 Fix supervisorctl module after merge issue 2012-08-31 11:03:14 -04:00
Michael DeHaan
47ead9349b Merge branch 'binpath' of https://github.com/sfromm/ansible into devel
Conflicts:
	library/supervisorctl
2012-08-30 19:24:09 -04:00
Stephen Fromm
1222cf8de9 Add option required=(True|False) to get_bin_path and update modules
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.
2012-08-30 11:01:37 -07:00
Matt Wright
d36d926bba Update handling of state changes 2012-08-30 12:37:02 -04:00
Stephen Fromm
a284228e10 Migrate apt_repository, group, and supervisorctl to use module.get_bin_path 2012-08-29 16:24:49 -07:00
Matt Wright
b4a091b419 fix bug in supervisorctl module 2012-08-28 19:21:05 -04:00
Matt Wright
bff8bfe40d Add supervisorctl module 2012-08-08 10:59:46 -04:00