You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2015/09/14 20:41:00 UTC

bigtop git commit: BIGTOP-2046: puppet module search path

Repository: bigtop
Updated Branches:
  refs/heads/master 68f5844af -> 8eef76a73


BIGTOP-2046: puppet module search path


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

Branch: refs/heads/master
Commit: 8eef76a7384d1bb4a70975302aaf231663506e07
Parents: 68f5844
Author: Olaf Flebbe <of...@oflebbe.de>
Authored: Mon Sep 14 20:09:51 2015 +0200
Committer: Olaf Flebbe <of...@oflebbe.de>
Committed: Mon Sep 14 20:09:51 2015 +0200

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/8eef76a7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index b804e10..61224c6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -182,7 +182,7 @@ task toolchain(type:Exec,
     group: DEVENV_GROUP) {
   def command = [
       'sudo', 'puppet', 'apply', '-d',
-      "--modulepath=${projectDir.absolutePath}", '-e',
+      "--modulepath=${projectDir.absolutePath}:/etc/puppet/modules", '-e',
       'include bigtop_toolchain::installer'
   ]
   workingDir '.'