You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ja...@apache.org on 2014/12/13 01:12:58 UTC

bigtop git commit: BIGTOP-1570. docker-puppet fails to deploy due to stdlib can not be found

Repository: bigtop
Updated Branches:
  refs/heads/master 5aabbcea2 -> 8025d01d3


BIGTOP-1570. docker-puppet fails to deploy due to stdlib can not be found

Signed-off-by: jayunit100 <ja...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/8025d01d
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/8025d01d
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/8025d01d

Branch: refs/heads/master
Commit: 8025d01d3c2598f0cd2cd24c91d5e98a3957f289
Parents: 5aabbce
Author: evans_ye <in...@gmail.com>
Authored: Fri Dec 12 18:01:01 2014 +0800
Committer: jayunit100 <ja...@apache.org>
Committed: Fri Dec 12 19:12:10 2014 -0500

----------------------------------------------------------------------
 bigtop-deploy/vm/docker-puppet/docker-hadoop.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/8025d01d/bigtop-deploy/vm/docker-puppet/docker-hadoop.sh
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/docker-puppet/docker-hadoop.sh b/bigtop-deploy/vm/docker-puppet/docker-hadoop.sh
index 21790ea..4aff91c 100755
--- a/bigtop-deploy/vm/docker-puppet/docker-hadoop.sh
+++ b/bigtop-deploy/vm/docker-puppet/docker-hadoop.sh
@@ -61,7 +61,7 @@ destroy() {
 }
 
 bigtop-puppet() {
-    echo "puppet apply -d --confdir=/vagrant --modulepath=/bigtop-home/bigtop-deploy/puppet/modules /bigtop-home/bigtop-deploy/puppet/manifests/site.pp" |vagrant ssh $1
+    echo "puppet apply -d --confdir=/vagrant --modulepath=/bigtop-home/bigtop-deploy/puppet/modules:/etc/puppet/modules /bigtop-home/bigtop-deploy/puppet/manifests/site.pp" |vagrant ssh $1
 }
 
 PROG=`basename $0`