Skip to content

Instantly share code, notes, and snippets.

@mingderwang
Created December 4, 2015 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mingderwang/60c4f69d306b39f48992 to your computer and use it in GitHub Desktop.
Save mingderwang/60c4f69d306b39f48992 to your computer and use it in GitHub Desktop.
chef 12 on poc deprecate
Deprecated features used!
Cannot specify both default and name_property together on property path of resource yum_globalconfig. Only one (name_property) will be obeyed. In Chef 13, this will become an error. at 1 location:
- /var/chef/cache/cookbooks/yum/resources/globalconfig.rb:76:in `class_from_file'
Using an LWRP provider by its name (Ark) directly is no longer supported in Chef 12 and will be removed. Use Chef::ProviderResolver.new(node, resource, action) instead. at 1 location:
- /var/chef/cache/cookbooks/ark/resources/default.rb:26:in `initialize'
checksum nil currently does not overwrite the value of checksum. This will change in Chef 13, and the value will be set to nil instead. Please change your code to explicitly accept nil using "property :checksum, [MyType, nil]", or stop setting this value to nil. at 1 location:
- /var/chef/cache/cookbooks/elasticsearch/recipes/default.rb:92:in `block in from_file'
chef_gem[chef-sugar] chef_gem compile_time installation is deprecated at 1 location:
- /var/chef/cache/cookbooks/chef-sugar/recipes/default.rb:22:in `from_file'
chef_gem[chef-sugar] Please set `compile_time false` on the resource to use the new behavior. at 1 location:
- /var/chef/cache/cookbooks/chef-sugar/recipes/default.rb:22:in `from_file'
chef_gem[chef-sugar] or set `compile_time true` on the resource if compile_time behavior is required. at 1 location:
- /var/chef/cache/cookbooks/chef-sugar/recipes/default.rb:22:in `from_file'
version nil currently does not overwrite the value of version. This will change in Chef 13, and the value will be set to nil instead. Please change your code to explicitly accept nil using "property :version, [MyType, nil]", or stop setting this value to nil. at 2 locations:
- /var/chef/cache/cookbooks/python/recipes/pip.rb:52:in `block in from_file'
- /var/chef/cache/cookbooks/python/providers/pip.rb:98:in `load_current_resource'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment