mirror of https://github.com/zulip/zulip.git
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:
parent
b30690e760
commit
d3f3046629
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue