docs: Fix single-service deployment docs.

Apparently, the ordering matters.

This command now matches what we use for installing single-purpose
installations; I should have checked this directly.
This commit is contained in:
Tim Abbott 2019-08-21 21:17:30 -07:00
parent 7844f87d65
commit 6041c277a9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ can do the following after unpacking a Zulip production release
tarball:
```
env PUPPET_CLASSES=zulip::redis,zulip::base ./scripts/setup/install
env PUPPET_CLASSES=zulip::base,zulip::apt_repository,zulip::redis ./scripts/setup/install
```
You can see most likely manifests you might want to choose in the list