Cookbook does not work with Chef 11+
smdahlen opened this issue · 3 comments
smdahlen commented
Cookbook does not work with Chef 11+
smdahlen commented
To clarify, it appeared that the recipes were not in the run list since I was missing node["users"]. Once I provided that attribute, it worked (vs. in 10.x where it did show up in the run list).
fnichol commented
Ah, that is interesting. I think we can account for this by setting an explicit empty Array. I'll work up a commit for this.
As a sidenote, now that I have Test Kitchen in the mix, most testing will be taking place with Chef 11 by default so it should come out the other side Chef 11-ready.