Ori.livneh has uploaded a new change for review.
https://gerrit.wikimedia.org/r/82075
Change subject: OCD formatting fixes
......................................................................
OCD formatting fixes
Enforce a maximum line length for comments of 72 characters and tidy up
some whitespace. I know: I have issues.
Change-Id: I371c625fe368a2e2438e78806427f19508b19558
---
M puppet/manifests/roles.pp
1 file changed, 7 insertions(+), 7 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant
refs/changes/75/82075/1
diff --git a/puppet/manifests/roles.pp b/puppet/manifests/roles.pp
index 55df44e..8b8924d 100644
--- a/puppet/manifests/roles.pp
+++ b/puppet/manifests/roles.pp
@@ -295,8 +295,8 @@
}
# == Class: role::proofreadpage
-# Configures ProodreadPage, an extension to allow the proofreading of a text
-# in comparison with scanned images.
+# Configures ProodreadPage, an extension to allow the proofreading of
+# a text in comparison with scanned images.
class role::proofreadpage {
include role::mediawiki
include role::parserfunctions
@@ -362,14 +362,14 @@
# == Class: role::multimedia
# This class configures MediaWiki for multimedia development.
# It is meant to contain general configuration of shared use to other
-# extensions that are commonly used by the multimedia team in development and
-# testing.
+# extensions that are commonly used by the multimedia team in
+# development and testing.
class role::multimedia {
include role::mediawiki
- # Increase php upload size from default puny 2MB
+ # Increase PHP upload size from default puny 2MB
php::ini { 'uploadsize':
- settings => {
+ settings => {
upload_max_filesize => '100M',
post_max_size => '100M',
}
@@ -413,6 +413,6 @@
include role::mediawiki
@mediawiki::extension { 'BetaFeatures':
- priority => 5, # load before most extensions
+ priority => 5, # load before most extensions
}
}
--
To view, visit https://gerrit.wikimedia.org/r/82075
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I371c625fe368a2e2438e78806427f19508b19558
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits