Repository: bigtop Updated Branches: refs/heads/master 6fbd309e3 -> 1c29856d0
BIGTOP-2928: Fix typo in Ubuntu/Debian maria db package name Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/1c29856d Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/1c29856d Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/1c29856d Branch: refs/heads/master Commit: 1c29856d0f6b0c416a36f90b41fbf5bab88b7fdd Parents: 6fbd309 Author: Olaf Flebbe <[email protected]> Authored: Wed Nov 15 21:26:11 2017 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Wed Nov 15 21:26:11 2017 +0100 ---------------------------------------------------------------------- bigtop_toolchain/manifests/packages.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/1c29856d/bigtop_toolchain/manifests/packages.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/packages.pp b/bigtop_toolchain/manifests/packages.pp index 8416aca..cfd5ed8 100644 --- a/bigtop_toolchain/manifests/packages.pp +++ b/bigtop_toolchain/manifests/packages.pp @@ -186,7 +186,7 @@ class bigtop_toolchain::packages { "libsqlite3-dev", "libldap2-dev", "libsasl2-dev", - "libmariadb-dev", + "libmariadbd-dev", "python-setuptools", "libkrb5-dev", "asciidoc",
