hectcastro / chef-collectd

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

use create_if_missing to save on bandwidth #9

Closed addisonj closed 11 years ago

addisonj commented 11 years ago

the default remote_file will download each time. This will save on bandwidth so the download only happens once (and doesn't hammer collectd.org)

hectcastro commented 11 years ago

Thanks!