Chad has uploaded a new change for review. https://gerrit.wikimedia.org/r/297813
Change subject: Phabricator: Don't run dumps or mail scripts from non-primary host ...................................................................... Phabricator: Don't run dumps or mail scripts from non-primary host phab2001 is a backup node right now, it shouldn't be doing the dumps and mail scripts. The former is wasteful and the latter can result in duplicate mails. Change-Id: Ib9815fe6a8d2e9e2978d284cf64f9bee03cea90f --- A hieradata/hosts/phab2001.yaml 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/13/297813/1 diff --git a/hieradata/hosts/phab2001.yaml b/hieradata/hosts/phab2001.yaml new file mode 100644 index 0000000..c8ce476 --- /dev/null +++ b/hieradata/hosts/phab2001.yaml @@ -0,0 +1,2 @@ +phabricator::logmail::ensure: absent +phabricator::tools::dump: false -- To view, visit https://gerrit.wikimedia.org/r/297813 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib9815fe6a8d2e9e2978d284cf64f9bee03cea90f Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Chad <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
