Repository: bigtop
Updated Branches:
  refs/heads/master cd092d1bc -> 09b54ee19


BIGTOP-2796. Bigtop Zookeeper(3.4.6) package conflict with Ubuntu 16.04 
Zookeeper(3.4.8)

Signed-off-by: Olaf Flebbe <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/09b54ee1
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/09b54ee1
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/09b54ee1

Branch: refs/heads/master
Commit: 09b54ee19a65a224586317e16852970edb4bb658
Parents: cd092d1
Author: Evans Ye <[email protected]>
Authored: Wed Jun 7 17:29:28 2017 +0000
Committer: Olaf Flebbe <[email protected]>
Committed: Wed Jun 7 21:21:13 2017 +0200

----------------------------------------------------------------------
 bigtop-deploy/puppet/manifests/bigtop_repo.pp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/09b54ee1/bigtop-deploy/puppet/manifests/bigtop_repo.pp
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/manifests/bigtop_repo.pp 
b/bigtop-deploy/puppet/manifests/bigtop_repo.pp
index da782d5..51971b9 100644
--- a/bigtop-deploy/puppet/manifests/bigtop_repo.pp
+++ b/bigtop-deploy/puppet/manifests/bigtop_repo.pp
@@ -42,6 +42,8 @@ class bigtop_repo {
           location => hiera("bigtop::bigtop_repo_uri", $default_repo),
           release => "bigtop",
           repos => "contrib",
+          # BIGTOP-2796. Give Bigtop repo higher priority to solve zookeeper 
package conflict probem on Ubuntu
+          pin => "900",
           ensure => present,
        } ->
        exec {'bigtop-apt-update':

Reply via email to