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