Jan-Piet Mens
d069c57974
Reformat code: examples consistently
...
- added terse syntax to modules.rst
- added description of special variables to template module
12 years ago
Michael DeHaan
671e4de3fb
Fix help text
12 years ago
Philipp Grau
e1716e505d
Add note: Debian Squeeze has no add-apt-repository
12 years ago
Michael DeHaan
2d096ea425
Fixing various module related things.
12 years ago
Jan-Piet Mens
c78a0a4a49
Jumbo DOCUMENTATION patch
12 years ago
Jan-Piet Mens
6d1dbe56fd
Removed embedded colon in DOCUMENTATION of apt_repository: building manpages failed
12 years ago
Jan-Piet Mens
e3a5de2624
module DOCUMANTATION for apt, apt_respository cleanup
12 years ago
Marco Vito Moscaritolo
64c6634788
Added documentation to APT_REPOSITORY module
12 years ago
Michael DeHaan
47ead9349b
Merge branch 'binpath' of https://github.com/sfromm/ansible into devel
...
Conflicts:
library/supervisorctl
12 years ago
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.
12 years ago
Matt Wright
46f962210a
Move conditional that accounts for variances in distros/versions to work when removing and adding.
12 years ago
Stephen Fromm
f0da6b191a
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
Stephen Fromm
a284228e10
Migrate apt_repository, group, and supervisorctl to use module.get_bin_path
12 years ago
Sebastien Bocahu
c7ada98af0
Quote the repository string when appending it to the command line in the apt_repository module.
12 years ago
Sebastien Bocahu
41422e852c
Add support for Debian in apt_repository
12 years ago
Sebastien Bocahu
b030d787fd
Fixed scoping issue in apt_repository module.
12 years ago
Matt Wright
92f7829163
Update per ansible/ansible#794
12 years ago
Matt Wright
29c3099c84
add apt_repository module
12 years ago