mirror of https://github.com/zulip/zulip.git
Document the puppet configuration somewhat in zulip::voyager.
This commit is contained in:
parent
345b5254d7
commit
f6c59feb05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue