aboutsummaryrefslogtreecommitdiff
path: root/bigtop_toolchain
diff options
context:
space:
mode:
authorEvans Ye <evansye@apache.org>2015-04-22 15:38:08 +0000
committerEvans Ye <evansye@apache.org>2015-04-23 12:55:04 +0000
commit083f61384af123695dac800395ee4f73ab60086f (patch)
tree1d240375d2eb9f724ef3133901b0d8007141bf79 /bigtop_toolchain
parent3fb8ae588834e718cb3b6615ebc5e8e5f38439ad (diff)
BIGTOP-1845. toolchain can not drop bigtop.sh in fedora because of puppet syntax error
Diffstat (limited to 'bigtop_toolchain')
-rw-r--r--bigtop_toolchain/manifests/env.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bigtop_toolchain/manifests/env.pp b/bigtop_toolchain/manifests/env.pp
index c85dd4b7..e16c7b57 100644
--- a/bigtop_toolchain/manifests/env.pp
+++ b/bigtop_toolchain/manifests/env.pp
@@ -32,6 +32,7 @@ class bigtop_toolchain::env {
group => root,
mode => 644,
}
+ }
default: {
file {'/etc/profile.d/bigtop.sh':
source => 'puppet:///modules/bigtop_toolchain/jenkins.sh.centos',