Repository: bigtop Updated Branches: refs/heads/master 26e4c7f6b -> 72b0f7903
BIGTOP-1816 Puppet deploy is broken on Ubuntu Signed-off-by: Konstantin Boudnik <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/72b0f790 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/72b0f790 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/72b0f790 Branch: refs/heads/master Commit: 72b0f7903043cb9cec570ca775f049140bf07ec9 Parents: 26e4c7f Author: Evans Ye <[email protected]> Authored: Sat Apr 11 06:43:15 2015 +0000 Committer: Konstantin Boudnik <[email protected]> Committed: Sat Apr 11 10:58:21 2015 -0700 ---------------------------------------------------------------------- bigtop-deploy/puppet/README.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/72b0f790/bigtop-deploy/puppet/README.md ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/README.md b/bigtop-deploy/puppet/README.md index dd8bf94..c2aec9e 100644 --- a/bigtop-deploy/puppet/README.md +++ b/bigtop-deploy/puppet/README.md @@ -114,6 +114,10 @@ directories to use. puppet apply --modulepath=<path_to_bigtop> -e "include bigtop_toolchain::puppet-modules" + This will install the following module(s) for you: + * [puppet stdlib module](https://forge.puppetlabs.com/puppetlabs/stdlib) + * [puppet apt module](https://forge.puppetlabs.com/puppetlabs/apt) on Ubuntu, Debian only + And run the following on those nodes: <pre>
