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

Deprecated features used #248

Closed
slyness opened this issue Mar 11, 2016 · 2 comments
Closed

Deprecated features used #248

slyness opened this issue Mar 11, 2016 · 2 comments
Milestone

Comments

@slyness
Copy link

slyness commented Mar 11, 2016

along with #238

attention: Using an LWRP provider by its name (GraphiteServiceRunit) directly is no longer supported in Chef 12 and will be removed. Use Chef::ProviderResolver.new(node, resource, action) instead.

       Deprecated features used!
         Cannot specify both default and name_property together on property name of resource graphite_carbon_aggregator. Only one (name_property) will be obeyed. In Chef 13, this will become an error. Please remove one or the other from the property. at 1 location:
           - /tmp/kitchen/cache/cookbooks/graphite/resources/carbon_aggregator.rb:23:in `class_from_file'
         Cannot specify both default and name_property together on property name of resource graphite_carbon_cache. Only one (name_property) will be obeyed. In Chef 13, this will become an error. Please remove one or the other from the property. at 1 location:
           - /tmp/kitchen/cache/cookbooks/graphite/resources/carbon_cache.rb:23:in `class_from_file'
         Cannot specify both default and name_property together on property name of resource graphite_carbon_conf_accumulator. Only one (name_property) will be obeyed. In Chef 13, this will become an error. Please remove one or the other from the property. at 1 location:
           - /tmp/kitchen/cache/cookbooks/graphite/resources/carbon_conf_accumulator.rb:23:in `class_from_file'
         Cannot specify both default and name_property together on property name of resource graphite_carbon_relay. Only one (name_property) will be obeyed. In Chef 13, this will become an error. Please remove one or the other from the property. at 1 location:
           - /tmp/kitchen/cache/cookbooks/graphite/resources/carbon_relay.rb:23:in `class_from_file'
         Cannot specify both default and name_property together on property name of resource graphite_service. Only one (name_property) will be obeyed. In Chef 13, this will become an error. Please remove one or the other from the property. at 1 location:
           - /tmp/kitchen/cache/cookbooks/graphite/resources/service.rb:23:in `class_from_file'
         Cannot specify both default and name_property together on property prefix of resource graphite_storage. Only one (name_property) will be obeyed. In Chef 13, this will become an error. Please remove one or the other from the property. at 1 location:
           - /tmp/kitchen/cache/cookbooks/graphite/resources/storage.rb:23:in `class_from_file'
         Cannot specify both default and name_property together on property name of resource graphite_storage_conf_accumulator. Only one (name_property) will be obeyed. In Chef 13, this will become an error. Please remove one or the other from the property. at 1 location:
           - /tmp/kitchen/cache/cookbooks/graphite/resources/storage_conf_accumulator.rb:23:in `class_from_file'
         Cannot specify both default and name_property together on property name of resource graphite_storage_schema. Only one (name_property) will be obeyed. In Chef 13, this will become an error. Please remove one or the other from the property. at 1 location:
           - /tmp/kitchen/cache/cookbooks/graphite/resources/storage_schema.rb:23:in `class_from_file'
         Cannot specify both default and name_property together on property path of resource graphite_web_config. Only one (name_property) will be obeyed. In Chef 13, this will become an error. Please remove one or the other from the property. at 1 location:
           - /tmp/kitchen/cache/cookbooks/graphite/resources/web_config.rb:22:in `class_from_file'
         Using an LWRP provider by its name (GraphiteServiceRunit) directly is no longer supported in Chef 12 and will be removed.  Use Chef::ProviderResolver.new(node, resource, action) instead. at 1 location:
           - /tmp/kitchen/cache/cookbooks/graphite/resources/service.rb:27:in `initialize'
@damacus
Copy link
Member

damacus commented Apr 27, 2017

Relates to #238 #274

@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants