install: Make sure python is installed before using it.

This is relevant for completely bare Ubuntu systems which might only
have python3 installed.

Fixes #40.
This commit is contained in:
Tim Abbott 2015-09-26 21:27:07 -07:00
parent 9748780192
commit 96bd1c38dc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ EOF
apt-get update
apt-get -y dist-upgrade
apt-get install -y puppet git
apt-get install -y puppet git python
mkdir -p /etc/zulip
echo -e "[machine]\npuppet_classes = zulip::voyager\ndeploy_type = voyager" > /etc/zulip/zulip.conf