This is an automated email from the ASF dual-hosted git repository.
evansye pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-1.4 by this push:
new 1491208 BIGTOP-3215. Failed to build bigtop/puppet image for OpenSuSE
(#532)
1491208 is described below
commit 14912086fd90f7771d66c7d825278031b0f462ee
Author: Evans Ye <[email protected]>
AuthorDate: Sun May 19 12:48:34 2019 +0800
BIGTOP-3215. Failed to build bigtop/puppet image for OpenSuSE (#532)
---
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 06c4bd3..70eeb90 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -35,7 +35,7 @@ case ${ID}-${VERSION_ID} in
apt-get -y install wget curl sudo unzip puppet
puppet-module-puppetlabs-apt puppet-module-puppetlabs-stdlib systemd-sysv
;;
opensuse-42.3)
- zypper --gpg-auto-import-keys install -y curl sudo unzip wget puppet
suse-release ca-certificates-mozilla net-tools tar systemd-sysvinit
+ zypper --gpg-auto-import-keys install -y curl sudo unzip wget puppet
suse-release ca-certificates-mozilla net-tools tar
puppet module install puppetlabs-stdlib
;;
centos-7*)