Add yum-utils package to be installed on Amazon Linux

Fixes #974
This commit is contained in:
rallytime 2016-10-24 10:50:42 -06:00
parent 800750f8fa
commit 00492df5f3

View file

@ -4120,7 +4120,7 @@ _eof
fi
fi
__PACKAGES="PyYAML python-crypto python-msgpack python-zmq python26-ordereddict python-jinja2 python-requests"
__PACKAGES="PyYAML python-crypto python-msgpack python-zmq python26-ordereddict python-jinja2 python-requests yum-utils"
# shellcheck disable=SC2086
yum -y install ${__PACKAGES} ${ENABLE_EPEL_CMD} || return 1