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

removed windows_reboot and windows::reboot_handler. #98

Closed JasonMorgan closed 8 years ago

JasonMorgan commented 8 years ago

Description

Drops the windows_reboot resource and the windows::reboot_handler recipe. The no longer exist in the windows cookbook.

Issues Resolved

None that I know of.

Check List

That resource and recipe has been dropped from the windows cookbook. replace windows_reboot with the reboot resource.

JasonMorgan commented 8 years ago

I didn't actually intend to have that second commit added into this PR. Although that being said it is related and fixes the problem of the recipe not actually allowing a reboot to occur. I was going to make a second PR for it after this got committed.

JasonMorgan commented 8 years ago

Updated to address @smurawski comment.