sous-chefs / powershell

Development repository for the powershell cookbook
https://supermarket.chef.io/cookbooks/powershell
Apache License 2.0
110 stars 88 forks source link

Allow installation of Powershell 5 via WinRM #124

Closed mrswadge closed 5 years ago

mrswadge commented 5 years ago

Description

The security model for Windows prevents MSU packages being installed via WinRM. The msu_package command in Chef fixes this issue.

Issues Resolved

47

Check List

tas50 commented 5 years ago

@mrswadge can you sign off this change for the DCO so we can accept it? Thanks

mrswadge commented 5 years ago

I've found ignore_failure needs to be set to true on Windows 7 as some of the msu package cab files are not required to be installed.

https://docs.chef.io/resource_msu_package.html#common-resource-functionality

tas50 commented 5 years ago

Thanks @mrswadge