Skip to content
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

Windows updates with multiple restarts #2

Open
majkinetor opened this issue May 13, 2015 · 0 comments
Open

Windows updates with multiple restarts #2

majkinetor opened this issue May 13, 2015 · 0 comments

Comments

@majkinetor
Copy link
Owner

Currently posher uses Get-WUInstall 3thd party script to handle updates. This is not optimal as to fully install updates you need multiple restarts.

Packer Windows implements this cycle via win_updates.ps1 script that does multiple restarts but it calls it prior to provisioning which is problematic as during provisioning additional windows features can be (and currently are) installed that require new updates.

Asked here about it and got nice input from tyrken about Packer plugin that implements windows provisioning that has restart feature and doesn't use ssh but 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

No branches or pull requests

1 participant