aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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':