Repository: bigtop Updated Branches: refs/heads/master 0960883b0 -> b1afa8f08
BIGTOP-2121. Missing ':' in bigtop::roles description Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/b1afa8f0 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b1afa8f0 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b1afa8f0 Branch: refs/heads/master Commit: b1afa8f08773d9947e43572c086b876202006ee7 Parents: 0960883 Author: Konstantin Boudnik <[email protected]> Authored: Mon Nov 9 18:15:18 2015 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Mon Nov 9 18:24:47 2015 -0800 ---------------------------------------------------------------------- bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/b1afa8f0/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml b/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml index b152c81..e86af39 100644 --- a/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml +++ b/bigtop-deploy/puppet/hieradata/bigtop/cluster.yaml @@ -34,7 +34,7 @@ # supported by each component, refer to $roles_map datastructure in cluster.pp file # for example: -#bigtop::roles +#bigtop::roles: # - namenode # - resourcemanager
