Document the puppet configuration somewhat in zulip::voyager.

This commit is contained in:
Tim Abbott 2015-12-25 21:25:24 -08:00
parent 345b5254d7
commit f6c59feb05
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
# This class includes all the modules you need to run an entire Zulip
# installation on a single server. If desired, you can split up the
# different components of a Zulip installation on different servers by
# using the modules below on different machines (the module list is
# stored in `puppet_classes` in /etc/zulip/zulip.conf). In general,
# every machine should have `zulip::base` and `zulip::apt_repository`
# included, but the various service modules can be arranged on
# different machines or the same machine as desired (corresponding
# configuration in /etc/zulip/settings.py for how to find the various
# services is also required to make this work).
class zulip::voyager {
include zulip::apt_repository
include zulip::base