-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows 2016 provisioning broken with chefdk 13 #90
Comments
"version" is supported by packer 1.0.1 or later. |
Was this ever fixed. I have the same issue. |
I was having the same issue with the Chef 13 client. To work around it, I deleted:
before I ran
This allowed berks to use the latest version of the Windows cookbook, which eliminates the error reported above. The Berksfile.lock file looked like this after running the
This allowed me to successfully build with the |
At least I assume it's the ChefDK version since all the other deps are specified...and when I added "version": "12.19.36" to the chef-solo provisioner entries in vbox-2016.json it fixed it.
The text was updated successfully, but these errors were encountered: