Michael DeHaan
4b911a237c
Merge pull request #1155 from jpmens/m-docs4
...
DOCUMENTATION for fetch,mount,ohai,easy_install; .rst template tweaks
12 years ago
Michael DeHaan
b7571f56c2
Merge pull request #1152 from sfromm/moduledocs
...
Add module documentation for git, group, service, and user
12 years ago
Jan-Piet Mens
a692b4bba2
DOCUMENTATION for virt
12 years ago
Jan-Piet Mens
eef198144f
DOCUMENTATION for fetch,mount,ohai,easy_install
...
- .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
12 years ago
Stephen Fromm
c0d2d76fe9
Add LSB facts, as derived from lsb_release -a
...
This gathers LSB facts via lsb_release. This complements the
platform facts collected via the platform module. This reoprts
release, id, description, release, and codename. It also adds
'major_release', which is the major version number of a distribution.
12 years ago
Stephen Fromm
f5d39b8677
Add module documentation for git, group, service, and user
12 years ago
Michael DeHaan
b28ee354ca
Merge pull request #1146 from dhozac/command-escape-args
...
Properly parse escaped special arguments
12 years ago
Michael DeHaan
59ace14dbc
Merge pull request #1140 from mavimo/devel
...
Refs #1116 : DOCUMENTATION string update
12 years ago
Michael DeHaan
34bb2a3abe
Merge pull request #1145 from mavimo/documentation-supervisorctl
...
Added DOCUMENTATION to supervisorctl module.
12 years ago
Michael DeHaan
2e98c34686
Merge pull request #1144 from mavimo/documentation-pip
...
Added DOCUMENTATION to pip module.
12 years ago
Daniel Hokka Zakrisson
10d31fa872
Properly parse escaped special arguments
...
Fixes issue #1134
12 years ago
Marco Vito Moscaritolo
1637a05846
Fixed error in author name
12 years ago
Marco Vito Moscaritolo
35f6d71057
Added DOCUMENTATION to supervisorctl module.
12 years ago
Marco Vito Moscaritolo
f47530b044
Added DOCUMENTATION to pip module.
12 years ago
Marco Vito Moscaritolo
549bf4f07a
Added DOCUMENTATION to shell module.
12 years ago
Marco Vito Moscaritolo
ea7f457c46
Fixed error on official docs (reported on DOCUMENTATION string). Name param must be pkg and is required.
12 years ago
Marco Vito Moscaritolo
babb2454c6
Added DOCUMENTATION to postgresql_user module.
12 years ago
Marco Vito Moscaritolo
0a263aea56
Added DOCUMENTATION to postgresql_db module.
12 years ago
Marco Vito Moscaritolo
c3f37fae87
Fixed doc string
12 years ago
Marco Vito Moscaritolo
601dbe2074
Added DOCUMENTATION to subversion module.
12 years ago
Marco Vito Moscaritolo
8cbc077763
Added ping module author in docs.
12 years ago
Marco Vito Moscaritolo
c19d6adaf5
Added DOCUMENTATION to ping module.
12 years ago
Marco Vito Moscaritolo
7416297548
Added DOCUMENTATION to musql_db module.
12 years ago
Marco Vito Moscaritolo
63c7ee45d7
Added DOCUMENTATION to musql_user module.
12 years ago
Jan-Piet Mens
6d1dbe56fd
Removed embedded colon in DOCUMENTATION of apt_repository: building manpages failed
12 years ago
Michael DeHaan
acd53d8279
Merge pull request #1132 from jpmens/m-doc-inifile
...
removed EXAMPLES from ini_file
12 years ago
Jan-Piet Mens
e3a5de2624
module DOCUMANTATION for apt, apt_respository cleanup
12 years ago
Jan-Piet Mens
f6fe0c8bd1
removed EXAMPLES from ini_file
...
testing YAML in YAML: small glitch in rst template; a </pre></p> is outdented and causes messy display
12 years ago
Michael DeHaan
f51f10def5
Merge pull request #1128 from mavimo/devel
...
Added documentation to APT module
12 years ago
Michael DeHaan
4e3d671865
Merge pull request #1131 from jpmens/m-docs3
...
Module DOCUMENTATION for template, wait_for, and yum
12 years ago
Jan-Piet Mens
d6625a2b1f
Module DOCUMENTATION for template, wait_for, and yum
12 years ago
Marco Vito Moscaritolo
64c6634788
Added documentation to APT_REPOSITORY module
12 years ago
Marco Vito Moscaritolo
448337697f
Added documentation to APT module
12 years ago
Jan-Piet Mens
267ada33eb
Module DOCUMENTATION: assemble, authorized_key, command, copy
...
plus a small fix in rst.j2 template
manpages generated & checked
modules.html generated & checked
12 years ago
Michael DeHaan
550fa7ec27
Various fixes for the module documentation auto-generator
12 years ago
Michael DeHaan
5256ea7e75
Various tweaking to get the module formatter to work for 'make docs' in the docs project. Likely the templates for other module formatting types will have to change
...
by the time I'm done.
12 years ago
Michael DeHaan
ff9708fd65
Merge pull request #1098 from jpmens/ini_file
...
New module: manipulate INI-style settings
12 years ago
Daniel Hokka Zakrisson
bb1cc71d8a
Remove assemble action plugin, fix daisychaining
12 years ago
Michael DeHaan
99c98a0875
The very first start of 'fireball mode', which uses ansible in SSH mode to deploy a ephemeral zeromq daemon (entirely optional) that is will die after
...
it is no longer used. No key signing will be required. At this point, development use only -- NOT complete.
12 years ago
Jan-Piet Mens
25d8c9b223
New module: manipulate INI-style settings
...
split off examples from DOCUMENTATION into own array as per #1098
12 years ago
Michael DeHaan
dd6f02dcb5
Merge pull request #1096 from sfromm/issue1067
...
Ignore failure of stop command if start succeeds with state=restarted
12 years ago
Stephen Fromm
3d09c6cc21
Ignore failure of stop command if start succeeds with state=restarted
...
In some cases (see issue #1067 ) with state=restarted, a failure to stop
the service (which wasn't running) would appear to the module to be a
failure to restart the service even though it successfully started the
service. This changes the behavior of the service module to focus
on the return code of the start command. If the rc of stop is not
0 and the rc of start does equal 0, it considers the service
successfully restarted. It then ignores the rc, stdout, and stderr
from the unsuccessful stop command.
12 years ago
Stephen Fromm
77c88fa63a
Give nice error message if destination directory doesn't exist (issue #1048 )
12 years ago
Michael DeHaan
d786e876a7
Merge pull request #1071 from dhozac/git-expanduser
...
User-expand the destination path of the git module
12 years ago
Michael DeHaan
ca06b951ea
Merge pull request #1066 from jpmens/doc3_lineinfile
...
Added DOCUMENTATION to lineinfile module
12 years ago
Michael DeHaan
85a9519313
Merge pull request #1073 from dcoutu/devel
...
Added cases for 'dead but subsys locked' status
12 years ago
Dave Coutu
5bf8415b3d
Added cases for 'dead but subsys locked' status
12 years ago
Daniel Hokka Zakrisson
75583deb5b
User-expand the destination path of the git module
12 years ago
Jan-Piet Mens
78c04b2cd8
Added DOCUMENTATION to lineinfile module
12 years ago
Jan-Piet Mens
af1f925eea
Tweak DOCUMENTATION YAML as per latest 991
12 years ago