Move Windows updates to separate sls
This commit is contained in:
parent
431a514281
commit
f5b17635da
1
top.sls
1
top.sls
@ -24,3 +24,4 @@ base:
|
|||||||
- removeShortcuts
|
- removeShortcuts
|
||||||
- removeAppXPackages
|
- removeAppXPackages
|
||||||
- update-fusion360
|
- update-fusion360
|
||||||
|
- update-windows
|
||||||
|
3
update-windows.sls
Normal file
3
update-windows.sls
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
windowsUpdates:
|
||||||
|
wua.uptodate:
|
||||||
|
- drivers: true
|
@ -11,10 +11,6 @@ Firefox Policies:
|
|||||||
- source: 'salt://config/firefox-policies.json'
|
- source: 'salt://config/firefox-policies.json'
|
||||||
- makedirs: true
|
- makedirs: true
|
||||||
|
|
||||||
windowsUpdates:
|
|
||||||
wua.uptodate:
|
|
||||||
- drivers: true
|
|
||||||
|
|
||||||
Final Housekeeping:
|
Final Housekeeping:
|
||||||
powercfg.set_timeout: # Reset sleep timeout
|
powercfg.set_timeout: # Reset sleep timeout
|
||||||
- name: standby
|
- name: standby
|
||||||
|
Loading…
Reference in New Issue
Block a user