aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet
diff options
context:
space:
mode:
authorEvans Ye <evansye@apache.org>2015-04-13 16:14:21 +0000
committerKonstantin Boudnik <cos@wandisco.com>2015-05-01 16:14:23 -0700
commit8239a3af0873fdd4e10426f499a7002029e55b25 (patch)
tree9eede052590bca31ae3ae19a3030296dd1235f0d /bigtop-deploy/puppet
parent61a3f67aabeea6464c9db2f6c888bfcfe20b4ae4 (diff)
BIGTOP-1829. Tachyon configuration files should reside in /etc/tachyon/conf instead of /etc/tachyon
Signed-off-by: Konstantin Boudnik <cos@wandisco.com>
Diffstat (limited to 'bigtop-deploy/puppet')
-rw-r--r--bigtop-deploy/puppet/modules/tachyon/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop-deploy/puppet/modules/tachyon/manifests/init.pp b/bigtop-deploy/puppet/modules/tachyon/manifests/init.pp
index 557b05ef..2e525fe5 100644
--- a/bigtop-deploy/puppet/modules/tachyon/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/tachyon/manifests/init.pp
@@ -17,13 +17,13 @@ class tachyon {
# add logging into /var/log/..
file {
- "/etc/tachyon/log4j.properties":
+ "/etc/tachyon/conf/log4j.properties":
content => template("tachyon/log4j.properties"),
require => [Package["tachyon"]]
}
# add tachyon-env.sh to point to tachyon master
- file { "/etc/tachyon/tachyon-env.sh":
+ file { "/etc/tachyon/conf/tachyon-env.sh":
content => template("tachyon/tachyon-env.sh"),
require => [Package["tachyon"]]
}