From ddf83f65ce2bdc1fb59c2cb7b190cfcbe227bf07 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 12 Feb 2018 16:00:56 -0800 Subject: [PATCH] docs: Update dead references to puppet/zulip_internal. This was renamed in the codebase to puppet/zulip_ops months ago. --- docs/THIRDPARTY | 6 +++--- docs/production/maintain-secure-upgrade.md | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/THIRDPARTY b/docs/THIRDPARTY index 6e63a1df91..9a01f2ae04 100644 --- a/docs/THIRDPARTY +++ b/docs/THIRDPARTY @@ -37,7 +37,7 @@ Copyright: 2011, Krzysztof Wilczynski 2011, Puppet Labs Inc License: Apache-2.0 -File: puppet/zulip_internal/files/mediawiki/Auth_remoteuser.php +File: puppet/zulip_ops/files/mediawiki/Auth_remoteuser.php Copyright: 2006 Otheus Shelling 2007 Rusty Burchfield 2009 James Kinsman @@ -59,12 +59,12 @@ Files: puppet/zulip/files/nagios_plugins/zulip_nagios_server/check_website_respo Copyright: 2011 Chris Freeman License: GPL-2.0 -Files: puppet/zulip_internal/files/trac/cgi-bin/ +Files: puppet/zulip_ops/files/trac/cgi-bin/ Copyright: 2003-2009 Edgewall Software 2003-2004 Jonas Borgström License: BSD-3-Clause -Files: puppet/zulip_internal/files/zulip-ec2-configure-interfaces +Files: puppet/zulip_ops/files/zulip-ec2-configure-interfaces Copyright: 2013-2017, Dropbox, Inc., Kandra Labs, Inc., and contributors License: Expat diff --git a/docs/production/maintain-secure-upgrade.md b/docs/production/maintain-secure-upgrade.md index 1c2d6d11dd..33df705702 100644 --- a/docs/production/maintain-secure-upgrade.md +++ b/docs/production/maintain-secure-upgrade.md @@ -202,7 +202,7 @@ There are several pieces of data that you might want to back up: * The postgres database. That you can back up like any postgres database; we have some example tooling for doing that incrementally into S3 using [wal-e](https://github.com/wal-e/wal-e) in -`puppet/zulip_internal/manifests/postgres_common.pp` (that's what we +`puppet/zulip_ops/manifests/postgres_common.pp` (that's what we use for zulip.com's database backups). Note that this module isn't part of the Zulip server releases since it's part of the zulip.com configuration (see @@ -267,7 +267,7 @@ installation from one server to another. We recommend running a disaster recovery after you setup backups to confirm that your backups are working; you may also want to monitor that they are up to date using the Nagios plugin at: -`puppet/zulip_internal/files/nagios_plugins/check_postgres_backup`. +`puppet/zulip_ops/files/nagios_plugins/check_postgres_backup`. Contributions to more fully automate this process or make this section of the guide much more explicit and detailed are very welcome! @@ -278,9 +278,9 @@ of the guide much more explicit and detailed are very welcome! Zulip has database configuration for using Postgres streaming replication; you can see the configuration in these files: -* `puppet/zulip_internal/manifests/postgres_slave.pp` -* `puppet/zulip_internal/manifests/postgres_master.pp` -* `puppet/zulip_internal/files/postgresql/*` +* `puppet/zulip_ops/manifests/postgres_slave.pp` +* `puppet/zulip_ops/manifests/postgres_master.pp` +* `puppet/zulip_ops/files/postgresql/*` Contribution of a step-by-step guide for setting this up (and moving this configuration to be available in the main `puppet/zulip/` tree) @@ -289,7 +289,7 @@ would be very welcome! ## Monitoring The complete Nagios configuration (sans secret keys) used to -monitor zulip.com is available under `puppet/zulip_internal` in the +monitor zulip.com is available under `puppet/zulip_ops` in the Zulip Git repository (those files are not installed in the release tarballs).