Add python-six to early installer dependencies.

Since we're now using python-six in zulip-puppet-apply, we need to
install python-six before calling into zulip-puppet-apply.
This commit is contained in:
Tim Abbott 2016-06-22 07:33:28 -07:00
parent b30690e760
commit d3f3046629
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ EOF
apt-get update
apt-get -y dist-upgrade $APT_OPTIONS
apt-get install -y puppet git python $ADDITIONAL_PACKAGES
apt-get install -y puppet git python python-six $ADDITIONAL_PACKAGES
mkdir -p /etc/zulip
echo -e "[machine]\npuppet_classes = $PUPPET_CLASSES\ndeploy_type = $DEPLOYMENT_TYPE" > /etc/zulip/zulip.conf