Closed ReenaAcharya closed 8 years ago
@ReenaAcharya, thanks for asking. Linux systems can be easily patched through the normal package repository channels available to the platform and version using the pkg
execution and state modules in salt. Windows patches are handled separately from the packaging system(s) for third party software, but salt has been adapted to handle both windows updates and package repository updates. See the win_update
execution and state modules for managing the windows updater, and win_pkg
and chocolatey
for managing third party updates.
@ReenaAcharya Also see the win_wua
execution module.
I am looking for patch management on both Linux and Windows instances. I have read about SaltStack . Can it be used for patch management on both Linux and Windows instances?
Setup
(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).)
Steps to Reproduce Issue
(Include debug logs if possible and relevant.)
Versions Report
(Provided by running
salt --versions-report
. Please also mention any differences in master/minion versions.)