Repository: bigtop Updated Branches: refs/heads/master c432fd2b2 -> 5b07ceffd
Adding a warning message to remove leading '#' lines from the config file. Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/5b07ceff Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/5b07ceff Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/5b07ceff Branch: refs/heads/master Commit: 5b07ceffd8a16cabb9545c990d353624d3671bcb Parents: c432fd2 Author: Konstantin Boudnik <[email protected]> Authored: Mon May 12 14:05:11 2014 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Mon May 12 14:05:11 2014 -0700 ---------------------------------------------------------------------- bigtop-deploy/puppet/config/site.csv.example | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/5b07ceff/bigtop-deploy/puppet/config/site.csv.example ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/config/site.csv.example b/bigtop-deploy/puppet/config/site.csv.example index 2b0286d..f8e5774 100644 --- a/bigtop-deploy/puppet/config/site.csv.example +++ b/bigtop-deploy/puppet/config/site.csv.example @@ -1,3 +1,7 @@ +### WARNING: +### actual site.csv file shouldn't contain lines starting with '#' +### It will cause the parse to choke. +### End of WARNING ### This file needs to be customized to reflect the configuration of your cluster ### Store it as $BIGTOP_DEPLOY_PATH/config/site.csv ### use --confdir=$BIGTOP_DEPLOY_PATH (see README for more info)
