EBernhardson has uploaded a new change for review.
https://gerrit.wikimedia.org/r/125943
Change subject: Include xhprof module properly
......................................................................
Include xhprof module properly
It seems xhprof did not prefix itself with :: in the include statement
as the other modules do, as such it appears to have broke when roles
were split into individual files.
Change-Id: I882a148e979976e6314107c2191d3e2ae9fbf286
---
M puppet/manifests/roles/xhprof.pp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant
refs/changes/43/125943/1
diff --git a/puppet/manifests/roles/xhprof.pp b/puppet/manifests/roles/xhprof.pp
index f7f480d..452afa0 100644
--- a/puppet/manifests/roles/xhprof.pp
+++ b/puppet/manifests/roles/xhprof.pp
@@ -17,5 +17,5 @@
class role::xhprof {
include role::mediawiki
- include xhprof
+ include ::xhprof
}
--
To view, visit https://gerrit.wikimedia.org/r/125943
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I882a148e979976e6314107c2191d3e2ae9fbf286
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits