10 lines
315 B
Plaintext
10 lines
315 B
Plaintext
|
---
|
||
|
{%- from "nextcloud/map.jinja" import nextcloud with context %}
|
||
|
nextcloud-config:
|
||
|
file.managed:
|
||
|
- name: {{ nextcloud.install_dir }}/nextcloud/config/config.php
|
||
|
- source: salt://nextcloud/templates/config.php.j2
|
||
|
- user: {{ nextcloud.user }}
|
||
|
- group: {{ nextcloud.group }}
|
||
|
- template: jinja
|