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

Deprecation warnings #76

Open
spuder opened this issue Oct 17, 2017 · 3 comments
Open

Deprecation warnings #76

spuder opened this issue Oct 17, 2017 · 3 comments

Comments

@spuder
Copy link
Contributor

spuder commented Oct 17, 2017

Getting these deprecation warnings

  • Ubuntu 16.04
  • Java agent
Deprecated features used!
  The on_platforms option to node_map has been deprecated at 1 location:
    - /var/chef/cache/cookbooks/powershell/libraries/powershell_module_resource.rb:25:in `<class:PowershellModule>'
   See https://docs.chef.io/deprecations_internal_api.html for further details.
  method access to node attributes (node.foo.bar) is deprecated and will be removed in Chef 13, please use bracket syntax (node["foo"]["bar"]) at 3 locations:
    - /var/chef/cache/cookbooks/python/attributes/default.rb:23:in `from_file'
    - /var/chef/cache/cookbooks/python/attributes/default.rb:24:in `from_file'
    - /var/chef/cache/cookbooks/python/attributes/default.rb:39:in `from_file'
   See https://docs.chef.io/deprecations_attributes.html for further details.
@hamBank
Copy link

hamBank commented Mar 4, 2019

This (among other issues) now causes this cookbook to be unusable with chef14.

@spuder
Copy link
Contributor Author

spuder commented Mar 4, 2019

This cookbook is abandoned. Many of the design patterns are also out of date. It’s far easier to write your own cookbook that manages the packages and config files.

@hamBank
Copy link

hamBank commented Mar 4, 2019

I guess my point was that if appD isn't going to actually come out and say so they should be supporting their code.. I'd agree that there is quite a lot in here that's out of date..

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