From 09b54ee19a65a224586317e16852970edb4bb658 Mon Sep 17 00:00:00 2001 From: Evans Ye Date: Wed, 7 Jun 2017 17:29:28 +0000 Subject: BIGTOP-2796. Bigtop Zookeeper(3.4.6) package conflict with Ubuntu 16.04 Zookeeper(3.4.8) Signed-off-by: Olaf Flebbe --- bigtop-deploy/puppet/manifests/bigtop_repo.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bigtop-deploy/puppet') diff --git a/bigtop-deploy/puppet/manifests/bigtop_repo.pp b/bigtop-deploy/puppet/manifests/bigtop_repo.pp index da782d50..51971b9f 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': -- cgit v1.2.3