NetDocuments-Archive / ad-join-cookbook

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

Chef 13 Deprecation warnings #20

Closed spuder closed 6 years ago

spuder commented 7 years ago

Getting these warning on chef 12.19.33

10.254.60.182 [2017-02-22T19:47:03+00:00] INFO: Processing domain_join[default] action join (nd-ad-join::default line 31)
10.254.60.182 [2017-02-22T19:47:03+00:00] WARN: Cloning resource attributes for windows_task[chef ad-join] from prior resource
10.254.60.182 Previous windows_task[chef ad-join]: c:/chef/cache/cookbooks/ad-join/resources/domain_join.rb:58:in `block in class_from_file'
10.254.60.182 Current  windows_task[chef ad-join]: c:/chef/cache/cookbooks/ad-join/resources/domain_join.rb:113:in `block in class_from_file' (CHEF-3694)c:/chef/cache/cookbooks/ad-join/resources/domain_join.rb:113:in `block in class_from_file'
spuder commented 6 years ago

13.4.19 has fixed many of the problems https://github.com/chef/chef/blob/master/CHANGELOG.md#changes-since-13419-release

spuder commented 6 years ago

Fixed in #29