This is an automated email from the ASF dual-hosted git repository.
evansye 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 57cc22f BIGTOP-3215. Failed to build bigtop/puppet image for OpenSuSE
(#531)
57cc22f is described below
commit 57cc22f609d995bc6e17a065157fdfb65fc34ed8
Author: Evans Ye <[email protected]>
AuthorDate: Fri May 24 23:30:49 2019 +0800
BIGTOP-3215. Failed to build bigtop/puppet image for OpenSuSE (#531)
---
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*)