chef-logstash
chef-logstash copied to clipboard
"default" values for logstash_plugin resource are a bad idea
This is mainly only used in tarball
install mode so it probably doesn't come up much, but having a default checksum, version, and source URL, would cause highly misleading behavior if anyone ever failed to provide all of the necessary overrides. Instead the cookbook should bail if any of those parameters are omitted from the resource call.