puppet-logstash icon indicating copy to clipboard operation
puppet-logstash copied to clipboard

Shared config should not failed when no sharedconfig is present.

Open joek opened this issue 12 years ago • 0 comments

In line 25-27 of add_config.pp the configuration is failing with "logstash::shipper::sharedconfig is required for logstash::shipper:sharedconfig::add_config".

I can't see, why this is a case, because if no logstash is configured the configuration is not needed and should just skip. If this raises an error all plans usings this will fail until you configured logstash. (in our case production like environments only)

joek avatar Sep 03 '13 08:09 joek