aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2015-02-25 22:42:16 -0800
committerroot <root@830ed3758030.(none)>2015-02-26 12:27:31 -0500
commitbd060d02a05187640878b262edbc7d9ba5f0308b (patch)
treea079ab41be2209ecb0392206f59436854b49d417 /bigtop-deploy
parent79a7534346e6a984ba48fa096f728a98dfc87731 (diff)
BIGTOP-1691. Heira site.yaml template needs to have repo uri
Diffstat (limited to 'bigtop-deploy')
-rw-r--r--bigtop-deploy/puppet/README.md2
-rw-r--r--bigtop-deploy/puppet/hieradata/site.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bigtop-deploy/puppet/README.md b/bigtop-deploy/puppet/README.md
index d29cefbc..0f55ca85 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>
diff --git a/bigtop-deploy/puppet/hieradata/site.yaml b/bigtop-deploy/puppet/hieradata/site.yaml
index 2229645b..8662bb4f 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/"