hectcastro / chef-collectd

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

Added recompile recipe. #5

Closed bflad closed 11 years ago

bflad commented 11 years ago

Automate all the things.

hectcastro commented 11 years ago

Wouldn't this handle the need for a recompile?

https://github.com/hectcastro/chef-collectd/blob/master/recipes/default.rb#L10

Or is there another scenario you invision that would require it?

bflad commented 11 years ago

The use case is adding a plugin configuration that didn't have its dependencies installed during the original compilation. My example was trying to add apache plugin configuration when it wasn't compiled with libcurl-devel installed, so needed to recompile collectd with that installed.