mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #48022 from morganwillcock/patch-1
win_wua state: fix function name in examples
This commit is contained in:
commit
0a05212f60
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