Rename new state to uptodate

This commit is contained in:
twangboy 2017-09-25 09:21:41 -06:00
parent 72d96ed74b
commit be554c898b
No known key found for this signature in database
GPG Key ID: 93FF3BDEB278C9EB

View File

@ -335,14 +335,14 @@ def removed(name, updates=None):
return ret return ret
def up_to_date(name, def uptodate(name,
software=True, software=True,
drivers=False, drivers=False,
skip_hidden=False, skip_hidden=False,
skip_mandatory=False, skip_mandatory=False,
skip_reboot=True, skip_reboot=True,
categories=None, categories=None,
severities=None,): severities=None,):
''' '''
Ensure Microsoft Updates that match the passed criteria are installed. Ensure Microsoft Updates that match the passed criteria are installed.
Updates will be downloaded if needed. Updates will be downloaded if needed.