Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12242197
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/saas-mediawiki/software/init.sls b/roles/saas-mediawiki/software/init.sls
index f73c812..0a6707e 100644
--- a/roles/saas-mediawiki/software/init.sls
+++ b/roles/saas-mediawiki/software/init.sls
@@ -1,36 +1,37 @@
# -------------------------------------------------------------
# Salt — MediaWiki farm
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-03-16
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
-{% from "map.jinja" import dirs, packages with context %}
+{% from "map.jinja" import dirs, packages, packages_prefixes with context %}
# -------------------------------------------------------------
# Software required by MediaWiki or other tools
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mediawiki_software_dependencies:
pkg.installed:
- pkgs:
- {{ packages.exiftool }}
- exiv2
- git
- {{ packages.imagemagick }}
- {{ packages['jpeg-turbo'] }}
- {{ packages.lua }}
+ - {{ packages_prefixes.php }}opcache
- rlwrap
# -------------------------------------------------------------
# Administration tool
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ dirs.bin }}/mw:
file.managed:
- source: roles/saas-mediawiki/software/files/mw.sh.jinja
- mode: 755
- template: jinja
- context:
saas: {{ pillar['mediawiki_saas'] }}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Oct 12, 07:53 (13 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065484
Default Alt Text
(1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment