Dzahn has submitted this change and it was merged. Change subject: Gerrit: Reload replication plugin automatically when config changes ......................................................................
Gerrit: Reload replication plugin automatically when config changes Change-Id: I04958b8fb2ba55e8e97a01d90e13eef396e01bed --- M modules/gerrit/templates/replication.config.erb 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Paladox: Looks good to me, but someone else must approve jenkins-bot: Verified Dzahn: Looks good to me, approved diff --git a/modules/gerrit/templates/replication.config.erb b/modules/gerrit/templates/replication.config.erb index e12ec81..ce527e6 100644 --- a/modules/gerrit/templates/replication.config.erb +++ b/modules/gerrit/templates/replication.config.erb @@ -3,6 +3,7 @@ #################################### [gerrit] replicateOnStartup = false + autoReload = true <% # replication is a hash which maps remote "names" to their URLs # and other settings. -- To view, visit https://gerrit.wikimedia.org/r/301658 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I04958b8fb2ba55e8e97a01d90e13eef396e01bed Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Chad <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
