- 12 Mar, 2014 1 commit
-
-
Conflicts: library/system/debconf
Michael DeHaan committed
-
- 02 Dec, 2013 1 commit
-
-
James Tanner committed
-
- 14 Nov, 2013 1 commit
-
-
nextus committed
-
- 13 Nov, 2013 1 commit
-
-
nextus committed
-
- 04 Nov, 2013 2 commits
-
-
revised fix for https://github.com/ansible/ansible/issues/4795
Jim Richardson committed -
https://github.com/ansible/ansible/issues/4795
Incorrect changed result in cron module. Report changed=False if no cron is removed:wq
Jim Richardson committed
-
- 31 Oct, 2013 2 commits
-
-
Cron on solaris do not take the same set of option than vixie cron on linux, and among the biggest difference, root cannot set the crontab of a user directly from a file. Thus the use of su to run the crontab command. Fix issue #4648
Michael Scherer committed -
Michael Scherer committed
-
- 30 Sep, 2013 1 commit
-
-
Certain cron implementations get cranky if files in cron.* are group writable.
Brian Harring committed
-
- 25 Aug, 2013 1 commit
-
-
Apparently crontab on freebsd does not like the file path coming before the "-u username" portion of the command to install the crontab
James Cammarata committed
-
- 29 Jul, 2013 1 commit
-
-
Michael DeHaan committed
-
- 21 Jul, 2013 1 commit
-
-
Michael DeHaan 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
-
- 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
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 27 Apr, 2013 1 commit
-
-
step Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 16 Apr, 2013 1 commit
-
-
means ln and os.rename() won't work across fs.
Seth Vidal committed
-
- 30 Mar, 2013 1 commit
-
-
mavimo committed
-
- 12 Mar, 2013 1 commit
-
-
Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
Dag Wieers committed
-
- 23 Feb, 2013 2 commits
-
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
- 21 Feb, 2013 1 commit
-
-
Fixes #2165.
Daniel Hokka Zakrisson committed
-
- 19 Feb, 2013 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 09 Feb, 2013 2 commits
-
-
Michael DeHaan committed
-
- added cron_file attribute: if specified, the file with appropriate job is created in /etc/cron.d directory. Also, you can store multiple jobs in one file. state='absent' attribute is handled in the following way in this case: if after the deletion of the job from the file specified by cron_file variable the file is empty, the file is deleted, otherwise not. - fixed the behaviour, when the backupfile is saved forever in /tmp folder, even if the backup= atribute is not set (os.unlink() is called if backup is not True). - added some comments to the unobvious places
Mike Grozak committed
-
- 13 Jan, 2013 1 commit
-
-
This updates apt, apt_repository, command, cron, easy_install, facter, fireball, git, group, mount, ohai, pip, service, setup, subversion, supervisorctl, svr4pkg, user, and yum to take advantage of run_command in module_common.py.
Stephen Fromm committed
-
- 23 Dec, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 19 Dec, 2012 3 commits
-
-
Fixes #1787.
Daniel Hokka Zakrisson committed -
Chelsea Robb committed
-
Added error message when reboot and extra params are passed, and added better boolean parsing on reboot
Chelsea Robb committed
-
- 18 Dec, 2012 1 commit
-
-
Chelsea Robb committed
-
- 21 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 31 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 23 Oct, 2012 1 commit
-
-
- added terse syntax to modules.rst - added description of special variables to template module
Jan-Piet Mens committed
-
- 18 Oct, 2012 1 commit
-
-
- fixed template (it was the template), adding indentation with Jinja2 - added description of code examples to man-page template (was missing) - fixed fireball, cron, and debug module examples to confrom
Jan-Piet Mens committed
-
- 12 Oct, 2012 1 commit
-
-
Dane Summers committed
-
- 09 Oct, 2012 1 commit
-
-
Dag Wieers committed
-
- 08 Oct, 2012 1 commit
-
-
Dane Summers committed
-
- 06 Oct, 2012 1 commit
-
-
Dane Summers committed
-