sous-chefs/graphite

Chef 13 support

runningman84 opened this issue · 4 comments

please support Chef version 13:

    - /var/chef/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. at 1 location:
    - /var/chef/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. at 1 location:
    - /var/chef/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. at 1 location:
    - /var/chef/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. at 1 location:
    - /var/chef/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. at 1 location:
    - /var/chef/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. at 1 location:
    - /var/chef/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. at 1 location:
    - /var/chef/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. at 1 location:
    - /var/chef/cache/cookbooks/graphite/resources/web_config.rb:22:in `class_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 3 locations:

+1

Fixed in pull request #245

tas50 commented

Fixed by #245

lock commented

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.