Skip to content
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

Does not work with Chef Client 13? #27

Closed
coateds opened this issue Aug 29, 2017 · 3 comments
Closed

Does not work with Chef Client 13? #27

coateds opened this issue Aug 29, 2017 · 3 comments

Comments

@coateds
Copy link

coateds commented Aug 29, 2017

I was using this cookbook earlier this year. Currently, I am getting:

FATAL: Chef::Exceptions::CookbookChefVersionMismatch: Cookbook 'ad-join' version '4.12.1' depends on chef version ["~> 12"], but the running chef version is 13.3.42

Is there something else I should be using for version 13?

-Dave

@spuder
Copy link
Contributor

spuder commented Aug 29, 2017

Correct, It does not yet support chef 13 because the windows_task resource moved from the windows cookbook to chef core. The move removed critical functionality that this cookbook depended on. Chef is activly working on making it backwards compatible.

See
#12
#20
#23

@spuder
Copy link
Contributor

spuder commented Sep 13, 2017

Chef has fixed the windows task. Hope to have this fixed for chef clients greater than 13.4.19 and released in 5.0.0

@spuder spuder closed this as completed Sep 13, 2017
@spuder
Copy link
Contributor

spuder commented Sep 14, 2017

I'm pushing version 5.0.0 today. I have done limited testing with chef 13 and it appears to work properly. Additional testing welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants