Jcrespo has submitted this change and it was merged. 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(-) Approvals: Jcrespo: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: Ib9815fe6a8d2e9e2978d284cf64f9bee03cea90f Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Chad <[email protected]> Gerrit-Reviewer: Jcrespo <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
