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 2020/09/20 18:17:43 UTC

[bigtop] branch master updated: BIGTOP-3407. Ensure the procps package is installed in Debian 10. (#673)

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 6c059ec  BIGTOP-3407. Ensure the procps package is installed in Debian 10. (#673)
6c059ec is described below

commit 6c059ecfac7c4202ae418c2d9d57a0758c9ae648
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon Sep 21 03:17:34 2020 +0900

    BIGTOP-3407. Ensure the procps package is installed in Debian 10. (#673)
---
 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 53ae8a2..b2e8976 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -44,7 +44,7 @@ case ${ID}-${VERSION_ID} in
         ;;
     debian-10*)
         apt-get update
-        apt-get -y install wget curl sudo unzip puppet puppet-module-puppetlabs-apt puppet-module-puppetlabs-stdlib systemd-sysv gnupg
+        apt-get -y install wget curl sudo unzip puppet puppet-module-puppetlabs-apt puppet-module-puppetlabs-stdlib systemd-sysv gnupg procps
         ;;
     centos-7*)
         rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm