Consistent wait_timeout between doc and module

pull/3298/head
Vincent Viallet 12 years ago
parent 2eaf5ee206
commit c124411c36

@ -458,7 +458,7 @@ def main():
ssh_pub_key = dict(type='str'), ssh_pub_key = dict(type='str'),
swap = dict(type='int', default=512), swap = dict(type='int', default=512),
wait = dict(type='bool', choices=BOOLEANS, default=True), wait = dict(type='bool', choices=BOOLEANS, default=True),
wait_timeout = dict(default=500), wait_timeout = dict(default=300),
) )
) )

Loading…
Cancel
Save