Files
community.general/library/system
Matt Parker dc634bc644 Name appears to be a required parameter
As far as I can tell, `name` is a required parameter.  The guard test at (now) line 458 says you need name if `state == present` and at 464 if `state != present`, although that's not quite as clear.  Each of the code paths at 485 - 495 pass the name param through to `add_job`, `update_job` and `remove_job`, and the actual _update_job method earlier seems to require it too.  However I don't really know python so I may be wrong, but I can't see the circumstances when `name` is not required.
2014-08-25 10:23:54 +01:00
..
2014-03-11 16:23:18 -05:00
2014-08-25 10:23:54 +01:00
2013-12-02 15:13:49 -05:00
2014-08-08 15:12:10 -04:00
2014-04-29 10:41:05 -04:00
2014-06-20 11:12:49 -05:00
2014-08-06 10:52:08 +02:00
2013-12-02 15:13:49 -05:00
2014-07-17 17:53:12 +01:00
2014-07-25 14:33:24 +02:00
2014-07-01 18:49:07 +01:00