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

Added LCM configuration recipes. #57

Closed Aliasgar16 closed 8 years ago

Aliasgar16 commented 9 years ago

In-progress.

NimishaS commented 9 years ago

disable_lcm recipe requires powershell 5 to be installed for supporting Refreshmode=Disabled. Hence we have included powershell 5 recipe in disable_lcm. In case user's current powershell version is less than 5, then powershell 5 is installed and the system gets rebooted. Then user need to run the disable_lcm recipe again. We should mention this in Readme. This should be done in another PR.

adamedx commented 9 years ago

@smurawski thoughts on this pr? This is to allow users to configure the lcm.

smurawski commented 8 years ago

Thanks! I grabbed some commits and tweaked a bit of this. I'll be getting this merged early next week.

smurawski commented 8 years ago

Merged as part of #63