BryanDavis has uploaded a new change for review.
https://gerrit.wikimedia.org/r/223796
Change subject: Fix apache site name for role::thumb_on_404::multiwiki
......................................................................
Fix apache site name for role::thumb_on_404::multiwiki
All wikis are actually handled by the same Apache vhost.
Bug: T105264
Change-Id: I48d02f9034f421b2118689462d1a4bb701805987
---
M puppet/modules/role/manifests/thumb_on_404/multiwiki.pp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant
refs/changes/96/223796/1
diff --git a/puppet/modules/role/manifests/thumb_on_404/multiwiki.pp
b/puppet/modules/role/manifests/thumb_on_404/multiwiki.pp
index c6a57f8..b1b8557 100644
--- a/puppet/modules/role/manifests/thumb_on_404/multiwiki.pp
+++ b/puppet/modules/role/manifests/thumb_on_404/multiwiki.pp
@@ -29,7 +29,7 @@
}
apache::site_conf { "${wiki}:thumb.php on 404":
- site => $wiki,
+ site => $::mediawiki::wiki_name,
content => template('role/thumb_on_404/apache2.conf.erb'),
}
}
--
To view, visit https://gerrit.wikimedia.org/r/223796
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I48d02f9034f421b2118689462d1a4bb701805987
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits