Page MenuHomeDevCentral

init.sls
No OneTemporary

init.sls

# -------------------------------------------------------------
# Salt — NextCloud
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import packages_prefixes with context %}
# -------------------------------------------------------------
# Software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
nextcloud_software:
pkg.installed:
- pkgs:
# Dependencies
- {{ packages_prefixes.php }}sysvsem
- {{ packages_prefixes.pecl }}APCu
- {{ packages_prefixes.php }}opcache
- {{ packages_prefixes.php }}ldap
- {{ packages_prefixes.php }}gmp
- {{ packages_prefixes.php }}exif
- {{ packages_prefixes.php }}bz2
- openldap26-client
# NextCloud
- nextcloud-{{ packages_prefixes.php | replace("-", "") }}

File Metadata

Mime Type
text/plain
Expires
Fri, May 15, 12:09 (17 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3702442
Default Alt Text
init.sls (985 B)

Event Timeline