Repository: bigtop Updated Branches: refs/heads/master 6f720d06c -> 6bae4a32b
BIGTOP-1566. Puppet README file needs to reflect multiple modules directoty requirement Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/6bae4a32 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/6bae4a32 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/6bae4a32 Branch: refs/heads/master Commit: 6bae4a32ba94598bd0f9a7015bc5e9af3e6180ef Parents: 5d7a513 Author: Konstantin Boudnik <[email protected]> Authored: Mon Dec 8 17:29:01 2014 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Tue Dec 9 14:40:41 2014 -0800 ---------------------------------------------------------------------- bigtop-deploy/puppet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/6bae4a32/bigtop-deploy/puppet/README.md ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/README.md b/bigtop-deploy/puppet/README.md index b518d61..c76185a 100644 --- a/bigtop-deploy/puppet/README.md +++ b/bigtop-deploy/puppet/README.md @@ -95,5 +95,5 @@ And run the following on those nodes: # hadoop_storage_dirs,/data/1,/data/2 # bigtop_yumrepo_uri,http://mirror.example.com/path/to/mirror/ # EOF -# puppet apply -d --modulepath=bigtop-deploy/puppet/modules bigtop-deploy/puppet/manifests/site.pp +# puppet apply -d --modulepath="bigtop-deploy/puppet/modules:/etc/puppet/modules" bigtop-deploy/puppet/manifests/site.pp </pre>
