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 1c8bf7a62 BIGTOP-4068: fix the alluxio in rockylinux9 bug (#1243)
1c8bf7a62 is described below

commit 1c8bf7a62fb3a561bd9914469c0e1a3797a8c205
Author: Mac Chen <[email protected]>
AuthorDate: Tue Mar 19 12:48:53 2024 +0800

    BIGTOP-4068: fix the alluxio in rockylinux9 bug (#1243)
    
    Co-authored-by: MacChen1 <[email protected]>
---
 bigtop_toolchain/bin/puppetize.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop_toolchain/bin/puppetize.sh 
b/bigtop_toolchain/bin/puppetize.sh
index dcae98d1b..d4c2a531b 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -69,7 +69,7 @@ case ${ID}-${VERSION_ID} in
         puppet module install puppetlabs-stdlib --version 4.12.0
         # Enabling the PowerTools and EPEL repositories via Puppet doesn't 
seem to work in some cases.
         # As a workaround for that, enable the former here in advance of 
running the Puppet manifests.
-        dnf config-manager --set-enabled crb
+        dnf config-manager --set-enabled crb devel
         ;;
     rhel-8*)
         rpm -Uvh https://yum.puppet.com/puppet5-release-el-8.noarch.rpm

Reply via email to