aboutsummaryrefslogtreecommitdiff
path: root/bigtop_toolchain
diff options
context:
space:
mode:
authoramir sanjar <afsanjar@gmail.com>2016-12-01 13:30:06 -0600
committerAmir Sanjar <afsanjar@gmail.com>2016-12-01 17:03:27 -0600
commit32dbc7c3e35dc8fb11b4045f8689908ab7cb3c5a (patch)
treed93f9a786266e1da292960ecfbf44003c98246c6 /bigtop_toolchain
parent716a282aae5423e3ebefe46b4dfea4a6932fd500 (diff)
BIGTOP-2613- create bigtop/puppet docker image or fedora 25
Signed-off-by: Amir Sanjar <afsanjar@gmail.com>
Diffstat (limited to 'bigtop_toolchain')
-rwxr-xr-xbigtop_toolchain/bin/puppetize.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bigtop_toolchain/bin/puppetize.sh b/bigtop_toolchain/bin/puppetize.sh
index 8ebf399f..4e3fdaa1 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -38,6 +38,11 @@ case ${ID}-${VERSION_ID} in
yum update
yum -y install hostname curl sudo unzip wget puppet
;;
+ fedora-25*)
+ dnf -y install yum-utils
+ dnf -y update
+ dnf -y install hostname findutils curl sudo unzip wget puppet
+ ;;
ubuntu-14.04)
apt-get update
apt-get -y install wget