Zuehlke / cookbook-windev

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

Ensure compatability with recent chef #30

Closed mrkita closed 6 years ago

damphyr commented 6 years ago

See build failure ;)

damphyr commented 6 years ago

Turns out we're stumbling over different things here.

We need to add a #~FC039 to the line and switch it from a method call, since here we're setting the default value for the node environment Hash, which is used in the environment recipe, and we're not setting the Chef environment (phew, I had forgotten all about those).

In Chef 13 the accessor is removed, so this assignment fails.

damphyr commented 6 years ago

I'll do this cleanly on a newer PR.

damphyr commented 6 years ago

Continue on #35