From f5b17635da76b3787a723657d365cc82927f9b20 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 5 Oct 2022 14:42:14 -0400 Subject: [PATCH] Move Windows updates to separate sls --- top.sls | 1 + update-windows.sls | 3 +++ windowsWorkstation.sls | 4 ---- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 update-windows.sls diff --git a/top.sls b/top.sls index 60cbd78..b092454 100644 --- a/top.sls +++ b/top.sls @@ -24,3 +24,4 @@ base: - removeShortcuts - removeAppXPackages - update-fusion360 + - update-windows diff --git a/update-windows.sls b/update-windows.sls new file mode 100644 index 0000000..d2515ef --- /dev/null +++ b/update-windows.sls @@ -0,0 +1,3 @@ +windowsUpdates: + wua.uptodate: + - drivers: true diff --git a/windowsWorkstation.sls b/windowsWorkstation.sls index ad4b5e7..476399b 100644 --- a/windowsWorkstation.sls +++ b/windowsWorkstation.sls @@ -11,10 +11,6 @@ Firefox Policies: - source: 'salt://config/firefox-policies.json' - makedirs: true -windowsUpdates: - wua.uptodate: - - drivers: true - Final Housekeeping: powercfg.set_timeout: # Reset sleep timeout - name: standby