Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P11
scribunto.pp
Active
Public
Actions
Authored by
•
Gilles
on Oct 13 2014, 8:28 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Tags
None
Referenced Files
F260: scribunto.pp
Oct 13 2014, 8:28 PM
2014-10-13 20:28:34 (UTC+0)
Subscribers
None
# == Class: role::scribunto
# Configures Scribunto, an extension for embedding scripting languages
# in MediaWiki.
class
role
::
scribunto
{
include
::
role
::
codeeditor
include
::
role
::
geshi
require_package
(
'php-luasandbox'
)
mediawiki
::
extension
{
'Scribunto'
:
settings
=>
[
'$wgScribuntoEngineConf["luasandbox"]["profilerPeriod"] = false'
,
'$wgScribuntoDefaultEngine = "luasandbox"'
,
'$wgScribuntoUseGeSHi = true'
,
'$wgScribuntoUseCodeEditor = true'
,
],
notify
=>
Service
[
'apache2'
],
require
=>
[
Mediawiki
::
Extension
[
'CodeEditor'
],
Mediawiki
::
Extension
[
'SyntaxHighlight_GeSHi'
],
Package
[
'php-luasandbox'
],
Package
[
'hhvm-luasandbox'
],
],
}
}
Event Timeline
•
Gilles
edited the content of this paste.
(Show Details)
Oct 13 2014, 8:28 PM
2014-10-13 20:28:34 (UTC+0)
•
Gilles
changed the title of this paste from untitled to
scribunto.pp
.
•
Gilles
updated the paste's language from
autodetect
to
autodetect
.
•
Gilles
updated the paste's language from
autodetect
to
puppet
.
•
emailbot
mentioned this in
Unknown Object (Task)
.
Jan 4 2016, 6:48 PM
2016-01-04 18:48:31 (UTC+0)
Rosalie_WMDE
mentioned this in
T378743: Prepare instances to investigate behavior of Quality Constraints if enabled as-is
.
Dec 11 2024, 3:39 PM
2024-12-11 15:39:24 (UTC+0)
Olea
mentioned this in
T391815: Wikibase Request for Comment: Wikibase bootstrap properties set
.
Apr 14 2025, 11:34 AM
2025-04-14 11:34:53 (UTC+0)
Log In to Comment