mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
install: Remove references to "Zulip Voyager".
"Zulip Voyager" was a name invented during the Hack Week to open source Zulip for what a single-system Zulip server might be called, as a Star Trek pun on the code it was based on, "Zulip Enterprise". At the time, we just needed a name quickly, but it was never a good name, just a placeholder. This removes that placeholder name from much of the codebase. A bit more work will be required to transition the `zulip::voyager` Puppet class, as that has some migration work involved.
This commit is contained in:
@@ -547,7 +547,7 @@ define service {
|
||||
define service {
|
||||
use generic-service
|
||||
hostgroup_name staging_frontends
|
||||
service_description Check email deliverer process which is only used on Zulip Voyager
|
||||
service_description Check email deliverer process
|
||||
check_command check_email_deliverer_process
|
||||
contact_groups admins
|
||||
}
|
||||
@@ -555,7 +555,7 @@ define service {
|
||||
define service {
|
||||
use generic-service
|
||||
hostgroup_name staging_frontends
|
||||
service_description Check email deliverer backlog which is only used on Zulip Voyager
|
||||
service_description Check email deliverer backlog
|
||||
check_command check_email_deliverer_backlog
|
||||
contact_groups admins
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user