Browse Source

Merge branch 'master' into log4j2

* master:
  Correct path.conf for integ-test-zip distribution
Jason Tedor 9 years ago
parent
commit
c98e790772
1 changed files with 1 additions and 0 deletions
  1. 1 0
      distribution/build.gradle

+ 1 - 0
distribution/build.gradle

@@ -490,6 +490,7 @@ Map<String, String> expansionsForDistribution(distributionType) {
     'path.conf': [
     'path.conf': [
       'tar': '$ES_HOME/config',
       'tar': '$ES_HOME/config',
       'zip': '$ES_HOME/config',
       'zip': '$ES_HOME/config',
+      'integ-test-zip': '$ES_HOME/config',
       'def': '/etc/elasticsearch',
       'def': '/etc/elasticsearch',
     ],
     ],
     'path.env': [
     'path.env': [