use the right props file

Fixes #5903
This commit is contained in:
Suyog Rao 2016-09-13 14:03:25 -07:00
parent 09811a4fba
commit b7846a1f11

View file

@ -309,7 +309,7 @@ namespace "artifact" do
basedir = File.join(File.dirname(__FILE__), "..")
File.join(basedir, "pkg", "log4j2.conf").tap do |path|
File.join(basedir, "pkg", "log4j2.properties").tap do |path|
dir.input("#{path}=/etc/logstash")
end