- 08 Aug, 2013 1 commit
-
-
When service module is used on unsupported Linux system where init script is used directly, LinuxService.svc_cmd is None so .endswith() fails. Fixes issue #3533
Petr Svoboda committed
-
- 08 Jul, 2013 1 commit
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 03 Jul, 2013 2 commits
-
-
sleep option for service module which adds a pauze between stopping and starting a service using state=restarted. This helps for bad scripts that exist immediatly after signaling a process to stop.
trbs committed -
Some services have a knob (i.e. rc.conf setting) whose name differs from that of the script. For example, lockd process is controlled with a script called lockd, but the rc.conf value is rpc_lockd_enable. Fixes issue #3382.
Antti Rasinen committed
-
- 23 Jun, 2013 1 commit
-
-
Syntax like "'foo' if bar else 'baz'" is not supported by all Python versions targetted by Ansible. Hence we break it up. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed
-
- 22 Jun, 2013 1 commit
-
-
When update-rc.d is used to enable/disable service, the changed flag was always true (see #2189). This commit fixes that. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed
-
- 20 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 19 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 17 Jun, 2013 1 commit
-
-
Yap Sok Ann committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 31 May, 2013 1 commit
-
-
Michael DeHaan committed
-
- 23 May, 2013 1 commit
-
-
Scott Sturdivant committed
-
- 18 May, 2013 1 commit
-
-
Elan Ruusamäe committed
-
- 11 May, 2013 1 commit
-
-
Elan Ruusamäe committed
-
- 10 May, 2013 1 commit
-
-
madema committed
-
- 08 May, 2013 1 commit
-
-
madema committed
-
- 28 Apr, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 27 Apr, 2013 1 commit
-
-
step Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 23 Apr, 2013 1 commit
-
-
lonerr committed
-
- 10 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 04 Apr, 2013 2 commits
- 30 Mar, 2013 1 commit
-
-
mavimo committed
-
- 24 Mar, 2013 3 commits
-
-
Shaun Zinck committed
-
Paul Sbarra committed
-
Paul Sbarra committed
-
- 23 Mar, 2013 1 commit
-
-
Shaun Zinck committed
-
- 20 Mar, 2013 1 commit
-
-
This fixes handling of arguments (module argument) in service_control(). It is now locally scoped such that modifications to it, in the case of a systemd host, do not later impact subsequent calls to service_control(). See issue #2449. Without patch: ansible-service[6177]: Command /usr/bin/systemctl stop cups cups , daemonize True With patch: ansible-service[6475]: Command /usr/bin/systemctl start cups , daemonize True I also updated the comments to reflect the case where systemd is really being called.
Stephen Fromm committed
-
- 18 Mar, 2013 2 commits
-
-
Jeffrey Chu committed
-
Jeffrey Chu committed
-
- 12 Mar, 2013 1 commit
-
-
* As the FIXMEs note: only exit if enable state is going to change. * This is already handled in service_enable_rcconf() being called by both subclasses.
Patrik Lundin committed
-
- 08 Mar, 2013 1 commit
-
-
Nikolay Panov committed
-
- 06 Mar, 2013 1 commit
-
-
Per LSB spec, consider service stopped if rc from 'service status' is 1. Added comment with url to LSB spec reference.
Stephen Fromm committed
-
- 28 Feb, 2013 1 commit
-
-
commit e057ea671395ec8847f920a63cf9524f5c8fde5f Author: Ton Kersten <tonk@tonkersten.com> Date: Thu Feb 28 13:02:25 2013 +0100 Fixed the service command not working On Ubuntu 1[02].04 the service name was not recognized because there is a SysV style init script, but not an upstart config file. Example: The `ntp` client. Also removed extra spaces at the end of the lines, while at it.
Ton Kersten committed
-
- 27 Feb, 2013 1 commit
-
-
Hubert Feyrer committed
-
- 24 Feb, 2013 4 commits
-
-
Michael DeHaan committed
-
really due for some refactoring, but telling how a service is managed is a little fuzzy anyway. on a systemd system typoing the service will now give you a rather systemd specific error which is somewhat suboptimal.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-