Skip to content

add winrm support to install_kb task #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

kreeuwijk
Copy link
Contributor

This PR adds WinRM support to the windows_updates::install_kb task. This enables this task to also be used in Puppet Bolt and Puppet Remediate.

The updates task auto-detects if it's running over PCP or WinRM and then uses the right method to install the patch. Since installing updates via WinRM directly is not allowed by the Windows Update API, the task will leverage a scheduled task to install the update when it detects it's running over WinRM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant