aboutsummaryrefslogtreecommitdiff
path: root/bigtop_toolchain
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2016-04-21 18:13:06 -0700
committerRoman Shaposhnik <rvs@apache.org>2016-04-21 18:13:06 -0700
commitede88c375887c09dff9a19bd9a635b99e099de4a (patch)
treeaf12d61d99748cfaab62b3447f3a6b274f76acc1 /bigtop_toolchain
parent69cc652f2f9cb2eb835a31de2d2c4b1c62c1368f (diff)
BIGTOP-2404. puppetize.sh fails on Ubuntu 14.04 because of the lack of apt-get update
Diffstat (limited to 'bigtop_toolchain')
-rwxr-xr-xbigtop_toolchain/bin/puppetize.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bigtop_toolchain/bin/puppetize.sh b/bigtop_toolchain/bin/puppetize.sh
index e4c84ea5..69a58899 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -39,6 +39,7 @@ case ${ID}-${VERSION_ID} in
yum -y install hostname curl sudo unzip wget puppet
;;
ubuntu-14.04)
+ apt-get update
apt-get -y install wget
if [ $HOSTTYPE = "x86_64" ] ; then
# BIGTOP-2003. A workaround to install newer hiera to get rid of hiera 1.3.0 bug.