poise / poise-archive

A Chef cookbook to unpack file archives like TAR and ZIP files.
Apache License 2.0
10 stars 13 forks source link

chef_gem compile_time installation is deprecated #10

Closed Wing924 closed 7 years ago

Wing924 commented 7 years ago
chef_gem[rubyzip] chef_gem compile_time installation is deprecated. Please set `compile_time false` on the resource to use the new behavior, or set `compile_time true` on the resource if compile_time behavior is required. at 1 location:
    - /var/chef/cache/cookbooks/poise-archive/files/halite_gem/poise_archive/archive_providers/zip.rb:47:in `install_rubyzip'
   See https://docs.chef.io/deprecations_chef_gem_compile_time.html for further details.
coderanger commented 7 years ago

Yeah, it won't actually be removed until April though, and for a variety of complex reasons it's easiest to just leave it in for now. At the point that I drop support for Chef 12, I can move over to metadata gems instead. This deprecation wasn't one of our smoother ones, sorry :(