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

commit d95613658185285328f17e3622a4c8222030d586
Author: Kengo Seki <[email protected]>
AuthorDate: Sat May 15 19:16:54 2021 +0900

    BIGTOP-3537. Fix puppetize.sh to work with the latest CentOS 8 Docker image 
(addendum). (#772)
---
 bigtop_toolchain/manifests/packages.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop_toolchain/manifests/packages.pp 
b/bigtop_toolchain/manifests/packages.pp
index b515b6b..f25e79f 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -234,7 +234,7 @@ class bigtop_toolchain::packages {
     # On CentOS 8, EPEL requires that the PowerTools repository is enabled.
     # See 
https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F
     if $operatingsystemmajrelease !~ /^[0-7]$/ {
-      yumrepo { 'PowerTools':
+      yumrepo { 'powertools':
         ensure  => 'present',
         enabled => '1'
       }

Reply via email to