Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------------------------------------------------------------
# Salt — MediaWiki farm
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-03-16
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import packages with context %}
# -------------------------------------------------------------
# Software required by MediaWiki
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mediawiki_software_dependencies:
pkg.installed:
- pkgs:
- {{ packages.exiftool }}
- exiv2
- git
- {{ packages.imagemagick }}
- {{ packages['jpeg-turbo'] }}
- {{ packages.lua }}

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 12:11 (14 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3692267
Default Alt Text
init.sls (788 B)

Event Timeline