- 08 Aug, 2013 2 commits
-
-
Andy Wilson committed
-
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
-
- 03 Aug, 2013 3 commits
-
-
Michael Scherer committed
-
James Cammarata committed
-
Fixes issue #3714 - lvol module state=absent fails (with error) if the volume group doesn't exist
James Cammarata committed
-
- 02 Aug, 2013 1 commit
-
-
rishid committed
-
- 01 Aug, 2013 3 commits
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 29 Jul, 2013 1 commit
-
-
Michael DeHaan committed
-
- 22 Jul, 2013 2 commits
-
-
Michael DeHaan committed
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 21 Jul, 2013 1 commit
-
-
Michael DeHaan committed
-
- 20 Jul, 2013 1 commit
-
-
crops up. Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 19 Jul, 2013 1 commit
-
-
Florian Tham committed
-
- 16 Jul, 2013 2 commits
-
-
Converting the argument list to a string with ' '.join causes the shell interpreter to misparse spaces in property values. Since the zfs command does not need shell anywhere, using a list instead of a string works just as well with run_command. Fixes #3545.
Antti Rasinen committed -
Current property parser breaks when values contain spaces. Since zfs get -H returns tab separated lines, it is better to explicitly split on tabs than on whitespace.
Antti Rasinen committed
-
- 15 Jul, 2013 2 commits
-
-
trbs committed
-
entry on linux (weird chromebook issue) Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 10 Jul, 2013 3 commits
-
-
Johan Wirén committed
-
Johan Wirén committed
-
Joshua Lund committed
-
- 09 Jul, 2013 1 commit
-
-
Bugs: (1) no longer allow empty jobs (2) strip the header added by crontab package used in openSuSE and SuSE (3) try not to leak temp files when things go wrong (4) issue returning job names under certain conditions Enhancements: (1) Allow all special times not just reboot. (2) Fail earlier by performing more input validation (3) Add feature to allow removing cron file under /etc/cron.d ToDo: (1) Validate times (minute, hour, ...) (2) Strip white space from fields such as name and job such that name=foo equals name=' foo'. (3) More testing
Patrick Callahan committed
-
- 08 Jul, 2013 2 commits
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Casper Langemeijer committed
-
- 03 Jul, 2013 3 commits
-
-
Aaron Brady committed
-
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
-
- 01 Jul, 2013 1 commit
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 30 Jun, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 24 Jun, 2013 1 commit
-
-
Serge van Ginderachter 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 2 commits
-
-
On machines with multiple pci domains get_device_facts would fail to find a matching pci device causing setup to fail. Also on some platforms there is additional information between the pci information and 'host'. Modified get_device_facts to call lspci with the -D option and modified the regex to account for the pci domain and to be more selective.
Patrick Callahan committed -
Michael DeHaan committed
-
- 17 Jun, 2013 3 commits
-
-
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Yap Sok Ann committed
-
Michael DeHaan committed
-