You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2022/07/08 04:10:28 UTC

[bigtop] branch branch-3.1 updated: BIGTOP-3725. Puppet 3 is removed from EPEL for CentOS 7. (#939)

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

sekikn pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 1f586e30 BIGTOP-3725. Puppet 3 is removed from EPEL for CentOS 7. (#939)
1f586e30 is described below

commit 1f586e304ebf056cafa95a148e9217ab5ffb19e4
Author: Kengo Seki <se...@apache.org>
AuthorDate: Fri Jul 8 12:43:35 2022 +0900

    BIGTOP-3725. Puppet 3 is removed from EPEL for CentOS 7. (#939)
    
    (cherry picked from commit 20bd4716609d4b64109496ef98fd085800bde7f8)
---
 bigtop_toolchain/bin/puppetize.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bigtop_toolchain/bin/puppetize.sh b/bigtop_toolchain/bin/puppetize.sh
index 8bd36523..fc67bdc4 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -44,7 +44,8 @@ case ${ID}-${VERSION_ID} in
         # BIGTOP-3088: pin puppetlabs-stdlib to 4.12.0 as the one provided by
         # distro (4.25.0) has conflict with puppet<4. Should be removed once
         # puppet in distro is updated.
-        yum -y install hostname curl sudo unzip wget puppet
+        yum -y install hostname curl sudo unzip wget rubygems
+        gem install --bindir /usr/bin --no-ri --no-rdoc json_pure:2.5.1 puppet:3.6.2
         puppet module install puppetlabs-stdlib --version 4.12.0
         ;;
     centos-8*)