Repository: bigtop Updated Branches: refs/heads/master 69cc652f2 -> ede88c375
BIGTOP-2404. puppetize.sh fails on Ubuntu 14.04 because of the lack of apt-get update Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/ede88c37 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/ede88c37 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/ede88c37 Branch: refs/heads/master Commit: ede88c375887c09dff9a19bd9a635b99e099de4a Parents: 69cc652 Author: Roman Shaposhnik <[email protected]> Authored: Thu Apr 21 18:13:06 2016 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Thu Apr 21 18:13:06 2016 -0700 ---------------------------------------------------------------------- bigtop_toolchain/bin/puppetize.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/ede88c37/bigtop_toolchain/bin/puppetize.sh ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/bin/puppetize.sh b/bigtop_toolchain/bin/puppetize.sh index e4c84ea..69a5889 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.
