Skip to content
Snippets Groups Projects
Verified Commit 622965ac authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Save attachments to the filesystem

parent f7a17fad
No related branches found
No related tags found
No related merge requests found
......@@ -33,11 +33,21 @@
- 50-debconf.pm
- 60-logging.pm
- 70-ldap.pm
- 80-externalstorage.pm
tags:
- rt
notify:
- restart RT
- name: Ensure attachments directory exists
file:
path: /var/lib/request-tracker4/attachments
state: directory
mode: u=rwx,g=rs
owner: www-data
tags:
- rt
- name: Have dbconfig config installed
template:
src: dbconfig.conf.j2
......
Set(%ExternalStorage,
Type => 'Disk',
Path => '/var/lib/request-tracker4/attachments',
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment