GitHub user JonZeolla opened a pull request:
https://github.com/apache/metron-bro-plugin-kafka/pull/11
METRON-1818: Remove config_files from bro-pkg.meta
Remove the `config_files` line from `bro-pkg.meta`, as it is [not
necessary](https://bro-package-manager.readthedocs.io/en/stable/package.html?highlight=bro-pkg.meta#config-files-field)
based on the fact our script primarily focuses on having the user redef a
config, as opposed to changing the scripts we provide themselves.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JonZeolla/metron-bro-plugin-kafka METRON-1818
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metron-bro-plugin-kafka/pull/11.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11
----
commit 37f5a265e770567d016b87fa351d76e96e4cd0bd
Author: Jon Zeolla <zeolla@...>
Date: 2018-10-10T19:47:46Z
Metron-1818: Remove config_files from bro-pkg.meta
----
---