aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2015-02-23 23:58:46 -0800
committerEvans Ye <evansye@apache.org>2015-03-01 18:46:22 +0000
commit82f2ebf3178973863c5eeeef2fdd51266bbbf8cc (patch)
tree7b2da951bbf2d5fb0d163513968b8f65c75424a4 /bigtop-deploy
parent14fa7b0b55254a434ffd5b2483ad4d5c92bdd603 (diff)
BIGTOP-1693. Puppet stdlib should be automatically installed by toolchain
Signed-off-by: Evans Ye <evansye@apache.org>
Diffstat (limited to 'bigtop-deploy')
-rw-r--r--bigtop-deploy/puppet/README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/bigtop-deploy/puppet/README.md b/bigtop-deploy/puppet/README.md
index 0f55ca85..050e6eae 100644
--- a/bigtop-deploy/puppet/README.md
+++ b/bigtop-deploy/puppet/README.md
@@ -106,8 +106,13 @@ directories to use.
## Usage
- Make sure that the bigtop-deploy directory is available on every node of your cluster, and then
-- Make sure you've installed puppet's stdlib "puppet module install puppetlabs/stdlib" version
- 4.0.0 or newer.
+- Make sure all required puppet's modules are installed:
+
+ gradle toolchain-puppetmodules
+
+ or
+
+ puppet apply --modulepath=<path_to_bigtop> -e "include bigtop_toolchain::puppet-modules"
And run the following on those nodes: