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 ff76878c BIGTOP-3761. Fix bigtop_toolchain to enable EPEL before 
downloading packages (#969)
ff76878c is described below

commit ff76878cef84415e932afee5b3c64fbc2fb0d541
Author: Shuhei Yamasaki <[email protected]>
AuthorDate: Sat Jul 30 09:08:07 2022 +0900

    BIGTOP-3761. Fix bigtop_toolchain to enable EPEL before downloading 
packages (#969)
    
    Co-authored-by: Shuhei Yamasaki <[email protected]>
---
 bigtop_toolchain/manifests/packages.pp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bigtop_toolchain/manifests/packages.pp 
b/bigtop_toolchain/manifests/packages.pp
index 13850a63..eeb77f9a 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -243,7 +243,8 @@ class bigtop_toolchain::packages {
 
   if $operatingsystem == 'CentOS' {
     package { 'epel-release':
-      ensure => installed
+      ensure => installed,
+      notify => Package[$pkgs]
     }
 
     if $operatingsystemmajrelease == 7 {

Reply via email to