Github user JunHe77 commented on a diff in the pull request:
https://github.com/apache/bigtop/pull/374#discussion_r204266547
--- Diff: bigtop_toolchain/bin/puppetize.sh ---
@@ -26,7 +26,7 @@ case ${ID}-${VERSION_ID} in
dnf -y check-update
dnf -y install hostname findutils curl sudo unzip wget puppet
puppetlabs-stdlib
;;
- ubuntu-16.04)
+ ubuntu-1[6,8].04)
apt-get update
apt-get -y install wget curl sudo unzip puppet
software-properties-common puppet-module-puppetlabs-apt
puppet-module-puppetlabs-stdlib
--- End diff --
On ubuntu-18.04 two extra packages need to be installed to get successful
bigtop build:
rsync, dh-python
---