aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2014-05-12 14:05:11 -0700
committerKonstantin Boudnik <cos@apache.org>2014-05-12 14:05:11 -0700
commit5b07ceffd8a16cabb9545c990d353624d3671bcb (patch)
treec05526ffaa23ef01394ba75aa602457310174203 /bigtop-deploy
parentc432fd2b204e7722142d9a0003396b31801e747c (diff)
Adding a warning message to remove leading '#' lines from the config file.
Diffstat (limited to 'bigtop-deploy')
-rw-r--r--bigtop-deploy/puppet/config/site.csv.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/bigtop-deploy/puppet/config/site.csv.example b/bigtop-deploy/puppet/config/site.csv.example
index 2b0286d3..f8e57749 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)