This is an automated email from the ASF dual-hosted git repository.

sekikn 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 03d6fdd  BIGTOP-3537. Fix puppetize.sh to work with the latest CentOS 
8 Docker image. (#771)
03d6fdd is described below

commit 03d6fdd093827310dd1823e8849936238d8d3796
Author: Kengo Seki <[email protected]>
AuthorDate: Sat May 15 15:52:18 2021 +0900

    BIGTOP-3537. Fix puppetize.sh to work with the latest CentOS 8 Docker 
image. (#771)
---
 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 0d2907a..42fb5a4 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -59,7 +59,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 PowerTools
+        dnf config-manager --set-enabled powertools
         ;;
     rhel-8*)
         rpm -Uvh https://yum.puppet.com/puppet5-release-el-8.noarch.rpm

Reply via email to