aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2014-12-08 17:29:01 -0800
committerKonstantin Boudnik <cos@apache.org>2014-12-09 14:40:41 -0800
commit6bae4a32ba94598bd0f9a7015bc5e9af3e6180ef (patch)
tree83647e8c762943e1bdbceb629ba4c94a51d75e5e /bigtop-deploy
parent5d7a513f5d96e649cf2ee31c030a955aecef0865 (diff)
BIGTOP-1566. Puppet README file needs to reflect multiple modules directoty requirement
Diffstat (limited to 'bigtop-deploy')
-rw-r--r--bigtop-deploy/puppet/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-deploy/puppet/README.md b/bigtop-deploy/puppet/README.md
index b518d619..c76185ac 100644
--- a/bigtop-deploy/puppet/README.md
+++ b/bigtop-deploy/puppet/README.md
@@ -95,5 +95,5 @@ And run the following on those nodes:
# hadoop_storage_dirs,/data/1,/data/2
# bigtop_yumrepo_uri,http://mirror.example.com/path/to/mirror/
# EOF
-# puppet apply -d --modulepath=bigtop-deploy/puppet/modules bigtop-deploy/puppet/manifests/site.pp
+# puppet apply -d --modulepath="bigtop-deploy/puppet/modules:/etc/puppet/modules" bigtop-deploy/puppet/manifests/site.pp
</pre>