When running this cookbook you get a deprecation warning:
Deprecated features used!
==> server: Cannot specify both default and name_property together on property agent_name of resource gocd_agent. 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:
==> server: - /var/chef/cache/cookbooks/gocd/resources/agent.rb:8:in `class_from_file'
This pull fixes the issue described so it won't error out in Chef 13.
When running this cookbook you get a deprecation warning:
This pull fixes the issue described so it won't error out in Chef 13.