hectcastro / chef-collectd

A Chef cookbook to install collectd.
Apache License 2.0
23 stars 65 forks source link

Supporting Chef 11 #12

Closed jondot closed 11 years ago

jondot commented 11 years ago

Chef 11 doesn't allow arbitrary setting of attributes (readonly) without a hierarchy modifier (here default).

Haven't backwards tested against Chef 10, since I personally don't plan to look back to Chef 10.

Feel free to reject if you guys don't need Chef 11.

Thanks

hectcastro commented 11 years ago

Had to adjust the write_graphite conditional in 42642bd8ee3cda2deead1bd1d9d4dce301a07dfb. If you can +1 the hc-chef-11 branch with your setup, I'll merge and cut a new incremental release.

jondot commented 11 years ago

Works well on 11 thanks