jenkins-bot has submitted this change and it was merged.
Change subject: Switch RestBaseUpdateJobs to canonical entry point
......................................................................
Switch RestBaseUpdateJobs to canonical entry point
Change-Id: I3ecf0d74a62319b1180920a296ea110d6f8f9f3e
---
M puppet/modules/role/manifests/restbase.pp
1 file changed, 2 insertions(+), 3 deletions(-)
Approvals:
BryanDavis: Looks good to me, approved
jenkins-bot: Verified
diff --git a/puppet/modules/role/manifests/restbase.pp
b/puppet/modules/role/manifests/restbase.pp
index 7ee4538..d36c11f 100644
--- a/puppet/modules/role/manifests/restbase.pp
+++ b/puppet/modules/role/manifests/restbase.pp
@@ -28,12 +28,11 @@
# Set up the update extension
mediawiki::extension { 'RestBaseUpdateJobs':
- entrypoint => 'RestbaseUpdate.php',
- settings => {
+ settings => {
wgRestbaseServer => "http://127.0.0.1:${::restbase::port}",
wgRestbaseDomain => $::restbase::domain,
},
- wiki => $::mediawiki::wiki_db,
+ wiki => $::mediawiki::wiki_db,
}
# Register the PHP Virtual REST Service connector
--
To view, visit https://gerrit.wikimedia.org/r/298098
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3ecf0d74a62319b1180920a296ea110d6f8f9f3e
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Dduvall <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits