John R Barker
25b6492d37
Bulk spelling improvement to modules-core ( #5225 )
...
* Correct spelling mistakes
* Correct more spelling issues
* merge conflict
* Revert typo in parms
2016-12-08 11:25:20 -05:00
Laurent Godet
336c9f9f35
Fix daemon_reload in systemd module
2016-12-08 11:25:18 -05:00
Antonio Murdaca
b9962d2389
system/systemd: enable systemctl --user ( #4208 )
...
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
2016-12-08 11:25:04 -05:00
Michael Scherer
898cf5b462
Fix traceback on python3 ( #4556 )
...
Traceback (most recent call last):
File "/tmp/ansible_csqv781s/ansible_module_systemd.py", line 374, in <module>
main()
File "/tmp/ansible_csqv781s/ansible_module_systemd.py", line 263, in main
for line in out.split('\\n'): # systemd can have multiline values delimited with {}
2016-12-08 11:24:56 -05:00
Brian Coca
ab3a87cc1a
improved logic when dealing with init scripts
2016-12-08 11:24:49 -05:00
Michael Scherer
cd3c454917
Add a example with a non service unit ( #4355 )
...
Since the documentation focus mostly on service
units, a explicit example may help people realizing
it can be used for socket and timer too.
2016-12-08 11:24:48 -05:00
Brian Coca
186db40864
make daemon reload first thing always run
...
otherwise service detection can fail before we run it which might
be required to actually detect the service.
2016-12-08 11:24:41 -05:00
Robin Naundorf
03515fc26c
Fixed Typo in Examples of systemd module ( #3870 )
2016-12-08 11:24:35 -05:00
Brian Coca
cffe358260
fixed enabled state
2016-12-08 11:24:33 -05:00
Brian Coca
df1b03d0c6
fixed reported state
2016-12-08 11:24:33 -05:00
Brian Coca
01819bbc9d
fixed enabled reporting
2016-12-08 11:24:31 -05:00
Brian Coca
38d71b9eef
fixed typo
2016-12-08 11:24:31 -05:00
Brian Coca
472d5c11ef
added state in results for backwards compat
2016-12-08 11:24:31 -05:00
Brian Coca
8085678dc8
first draft systemd service plugin ( #3660 )
...
* first draft systemd service plugin
* now systemd status handles multiline values
2016-12-08 11:24:31 -05:00