mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
win_wua state: fix function name in examples
Changes 'up_to_date' to 'uptodate'
This commit is contained in:
parent
1ce7d6c38a
commit
443f4d6f21
1 changed files with 3 additions and 3 deletions
|
@ -410,18 +410,18 @@ def uptodate(name,
|
|||
|
||||
# Update the system using the state defaults
|
||||
update_system:
|
||||
wua.up_to_date
|
||||
wua.uptodate
|
||||
|
||||
# Update the drivers
|
||||
update_drivers:
|
||||
wua.up_to_date:
|
||||
wua.uptodate:
|
||||
- software: False
|
||||
- drivers: True
|
||||
- skip_reboot: False
|
||||
|
||||
# Apply all critical updates
|
||||
update_critical:
|
||||
wua.up_to_date:
|
||||
wua.uptodate:
|
||||
- severities:
|
||||
- Critical
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue