aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet
diff options
context:
space:
mode:
authorEvans Ye <evansye@apache.org>2017-06-07 17:29:28 +0000
committerOlaf Flebbe <of@oflebbe.de>2017-06-07 21:21:13 +0200
commit09b54ee19a65a224586317e16852970edb4bb658 (patch)
treeab517a053e9420a9afeb3992fc2521bbd3a11228 /bigtop-deploy/puppet
parentcd092d1bc9cf2fc884761e432a21fb859ecaa6ec (diff)
BIGTOP-2796. Bigtop Zookeeper(3.4.6) package conflict with Ubuntu 16.04 Zookeeper(3.4.8)
Signed-off-by: Olaf Flebbe <of@oflebbe.de>
Diffstat (limited to 'bigtop-deploy/puppet')
-rw-r--r--bigtop-deploy/puppet/manifests/bigtop_repo.pp2
1 files changed, 2 insertions, 0 deletions
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':