Files
community.general/test
Mike Grozak 171a01deac Cron module upgrades
- 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
2013-02-09 11:11:19 -05:00
..
2013-01-15 17:34:38 -08:00
2013-02-09 11:11:19 -05:00
2013-02-05 14:49:59 +01:00
2012-06-18 00:13:12 +02:00
2012-09-17 18:31:49 +02:00