Repository: bigtop Updated Branches: refs/heads/master 8fafdd0c4 -> e0d388ae7
BIGTOP-1691. Heira site.yaml template needs to have repo uri Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f26ddd57 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f26ddd57 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f26ddd57 Branch: refs/heads/master Commit: f26ddd5799807326a9ff798e03455be0bbbf89f1 Parents: 8fafdd0 Author: Konstantin Boudnik <[email protected]> Authored: Wed Feb 25 13:08:29 2015 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Feb 25 13:08:29 2015 -0800 ---------------------------------------------------------------------- bigtop-deploy/puppet/hieradata/site.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f26ddd57/bigtop-deploy/puppet/hieradata/site.yaml ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/hieradata/site.yaml b/bigtop-deploy/puppet/hieradata/site.yaml index 339e2ab..bc293f8 100644 --- a/bigtop-deploy/puppet/hieradata/site.yaml +++ b/bigtop-deploy/puppet/hieradata/site.yaml @@ -1,4 +1,7 @@ --- +### This is very important to make sure this file doesn't contain any TAB +### symbols instead of spaces: the hiera YAML parser will choke to death with +### uncomprehensive error message and you'll waste a lot of time debugging it. bigtop::hadoop_head_node: "head.node.fqdn" #bigtop::standby_head_node: "standby.head.node.fqdn" @@ -28,5 +31,5 @@ hadoop::hadoop_storage_dirs: # - yarn # - zookeeper -# Debian: #bigtop::jdk_package_name: "openjdk-7-jre-headless" +#bigtop::bigtop_yumrepo_uri: "http://mirror.example.com/path/to/mirror/"
