NetDocuments-Archive / ad-join-cookbook

Chef cookbook to join windows computer to AD
Apache License 2.0
14 stars 12 forks source link

Error #26

Closed brunoscota closed 7 years ago

brunoscota commented 7 years ago

Hello, I tried to execute but its failing with this error:

" [2017-06-08T02:11:00+00:00] FATAL: Chef::Exceptions::CookbookChefVersionMismatch: Cookbook 'ad-join' version '4.12.1' depends on chef version ["~> 12"], but the running chef version is 13.1.31"

info: I wrapped this cookbook to my own cookbook. help me.

spuder commented 7 years ago

Yes, this cookbook doesn't work with Chef 13 yet because of a bug in chef 13 around the scheduled tasks. See issue #23

The work around is to bootstrap your nodes with chef 12.

knife bootstrap --bootstrap-version 12.20.3

If you know anyone at chef, you could ask them to please get this bug fixed. https://github.com/chef/chef/issues/6059.

Closing in favor of issue #23

brunoscota commented 7 years ago

Thank you, worked!