Updated Branches: refs/heads/master f5dbdef45 -> 50591f4c2
BIGTOP-821. Puppet README's Usage section cuts off because of angle bracket delimiter (Stephen Chu via rvs) Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/50591f4c Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/50591f4c Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/50591f4c Branch: refs/heads/master Commit: 50591f4c26eb573aca3428d447c61be8a47dcde2 Parents: f5dbdef Author: Roman Shaposhnik <[email protected]> Authored: Fri Jan 4 17:32:19 2013 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Jan 4 17:32:19 2013 -0800 ---------------------------------------------------------------------- bigtop-deploy/puppet/README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/50591f4c/bigtop-deploy/puppet/README.md ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/README.md b/bigtop-deploy/puppet/README.md index d92e1fc..344b92d 100644 --- a/bigtop-deploy/puppet/README.md +++ b/bigtop-deploy/puppet/README.md @@ -34,7 +34,7 @@ run the following on those nodes: <pre> # mkdir /etc/puppet/config -# cat > /etc/puppet/config/site.csv <<EOF +# cat > /etc/puppet/config/site.csv << EOF # hadoop_head_node,hadoopmaster.example.com # hadoop_storage_dirs,/data/1,/data/2 # bigtop_yumrepo_uri,http://mirror.example.com/path/to/mirror/
