This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push:
new d6cf29155 BIGTOP-4069: fix the phoenix smoketest bug in openeuler
(#1244)
d6cf29155 is described below
commit d6cf29155b1dbc8762bfec955aabb3277bbdc0b1
Author: Mac Chen <[email protected]>
AuthorDate: Thu Apr 25 21:36:02 2024 +0800
BIGTOP-4069: fix the phoenix smoketest bug in openeuler (#1244)
---
bigtop-deploy/puppet/manifests/python.pp | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/bigtop-deploy/puppet/manifests/python.pp
b/bigtop-deploy/puppet/manifests/python.pp
index 65c87bfc8..8ddafcff1 100644
--- a/bigtop-deploy/puppet/manifests/python.pp
+++ b/bigtop-deploy/puppet/manifests/python.pp
@@ -20,4 +20,10 @@ class python {
target => '/usr/bin/python2',
}
}
+
+ if ($operatingsystem == 'openEuler') {
+ package { 'python3-unversioned-command':
+ ensure => 'present'
+ }
+ }
}