Repository: bigtop Updated Branches: refs/heads/master 79a753434 -> bd060d02a
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/bd060d02 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bd060d02 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bd060d02 Branch: refs/heads/master Commit: bd060d02a05187640878b262edbc7d9ba5f0308b Parents: 79a7534 Author: Konstantin Boudnik <[email protected]> Authored: Wed Feb 25 22:42:16 2015 -0800 Committer: root <root@830ed3758030.(none)> Committed: Thu Feb 26 12:27:31 2015 -0500 ---------------------------------------------------------------------- bigtop-deploy/puppet/README.md | 2 +- bigtop-deploy/puppet/hieradata/site.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/bd060d02/bigtop-deploy/puppet/README.md ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/README.md b/bigtop-deploy/puppet/README.md index d29cefb..0f55ca8 100644 --- a/bigtop-deploy/puppet/README.md +++ b/bigtop-deploy/puppet/README.md @@ -120,7 +120,7 @@ And run the following on those nodes: # hadoop::hadoop_storage_dirs: # - "/data/1" # - "/data/2" -# bigtop::bigtop_yumrepo_uri: "http://mirror.example.com/path/to/mirror/" +# bigtop::bigtop_repo_uri: "http://mirror.example.com/path/to/mirror/" # EOF # puppet apply -d --modulepath="bigtop-deploy/puppet/modules:/etc/puppet/modules" bigtop-deploy/puppet/manifests/site.pp </pre> http://git-wip-us.apache.org/repos/asf/bigtop/blob/bd060d02/bigtop-deploy/puppet/hieradata/site.yaml ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/hieradata/site.yaml b/bigtop-deploy/puppet/hieradata/site.yaml index 2229645..8662bb4 100644 --- a/bigtop-deploy/puppet/hieradata/site.yaml +++ b/bigtop-deploy/puppet/hieradata/site.yaml @@ -33,4 +33,4 @@ hadoop::hadoop_storage_dirs: # - zookeeper #bigtop::jdk_package_name: "openjdk-7-jre-headless" -#bigtop::bigtop_yumrepo_uri: "http://mirror.example.com/path/to/mirror/" +#bigtop::bigtop_repo_uri: "http://mirror.example.com/path/to/mirror/"
