djoos-cookbooks / newrelic

Development repository for the newrelic cookbook
https://supermarket.chef.io/cookbooks/newrelic
MIT License
143 stars 245 forks source link

newrelic.config.erb issue with proxy child of service element closure tag in wrong place #321

Closed bcorner13 closed 6 years ago

bcorner13 commented 6 years ago

"The proxy element is an optional child of the service element. Use the proxy element if you want the agent to communicate with New Relic service via a proxy." from newrelic doco

Currently the closure tag for the service element is on line 15. it really needs to be after the proxy element, around line 31. Otherwise the proxy element ends up being a child of configuration instead of service.

djoos commented 6 years ago

Fixed in #322