No description
Find a file
Matt Parker 5accd15ba6 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
cloud Fixing bug with image/tag pulling in docker module 2014-08-22 14:08:40 -05:00
commands Make command warnings off by default to minimize surprises. 2014-08-22 16:12:48 -04:00
database
files Merge pull request #8441 from willthames/unarchive_dest_fix 2014-08-22 15:05:42 -04:00
internal
inventory
messaging
monitoring
net_infrastructure In order to allow easier updates from upstream hardware vendors, we're going to be hosting network hardware 2014-08-19 08:31:49 -04:00
network
notification Bumping version_added for use_ssl param in irc module 2014-08-08 19:43:20 -05:00
packaging fixes #8626 by reverting 0d8b81cd 2014-08-14 18:10:58 +02:00
source_control
system Name appears to be a required parameter 2014-08-25 10:23:54 +01:00
utilities Need to check e.errno instead of os.errno. Fixes #8548 2014-08-11 12:26:52 -05:00
web_infrastructure
windows