Repository: bigtop Updated Branches: refs/heads/master 3fb8ae588 -> 083f61384
BIGTOP-1845. toolchain can not drop bigtop.sh in fedora because of puppet syntax error Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/083f6138 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/083f6138 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/083f6138 Branch: refs/heads/master Commit: 083f61384af123695dac800395ee4f73ab60086f Parents: 3fb8ae5 Author: Evans Ye <[email protected]> Authored: Wed Apr 22 15:38:08 2015 +0000 Committer: Evans Ye <[email protected]> Committed: Thu Apr 23 12:55:04 2015 +0000 ---------------------------------------------------------------------- bigtop_toolchain/manifests/env.pp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/083f6138/bigtop_toolchain/manifests/env.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/env.pp b/bigtop_toolchain/manifests/env.pp index c85dd4b..e16c7b5 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',
