Updated Branches: refs/heads/master 8e249d30e -> 9ae8c9d02
BIGTOP-1144: update "puppet apply" in file bigtop-deploy/puppet/README.md Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/9ae8c9d0 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/9ae8c9d0 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/9ae8c9d0 Branch: refs/heads/master Commit: 9ae8c9d0247caa0cc06c92d345295e6317439331 Parents: 8e249d3 Author: wenwu <[email protected]> Authored: Fri Nov 8 17:11:22 2013 +0800 Committer: Roman Shaposhnik <[email protected]> Committed: Sun Nov 17 19:31:49 2013 -0800 ---------------------------------------------------------------------- bigtop-deploy/puppet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/9ae8c9d0/bigtop-deploy/puppet/README.md ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/README.md b/bigtop-deploy/puppet/README.md index 344b92d..0fd56dd 100644 --- a/bigtop-deploy/puppet/README.md +++ b/bigtop-deploy/puppet/README.md @@ -39,5 +39,5 @@ 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 -d --modulepath=bigtop-deploy/puppet/modules bigtop-deploy/puppet/manifests/site.pp +# puppet apply -d --modulepath=bigtop-deploy/puppet/modules bigtop-deploy/puppet/manifests/site.pp </pre>
