Zuehlke / cookbook-windev

One cookbook with resources for setting up a Windows development environment
MIT License
7 stars 1 forks source link

Switch to chocolatey_package Resource? #28

Closed tknerr closed 6 years ago

tknerr commented 7 years ago

Newer Chef versions include a chocolatey_package resource in Chef core, i.e. no need for the dependency on the chocolatey cookbook anymore: https://docs.chef.io/resource_chocolatey_package.html

Shall we switch to using the chocolatey_package resource directly?

Does cookbook windev have any compatibility guarantees wrt Chef versions?

damphyr commented 7 years ago

Yes we should (bar compatibility issues)

The newly released 0.7.0 sets Chef 12.6 as a prereq.

damphyr commented 6 years ago

Done #31