diff --git a/templates/130_filesys-ngcp.yaml.tt2 b/templates/130_filesys-ngcp.yaml.tt2 index ad7d7d2..63cdc53 100644 --- a/templates/130_filesys-ngcp.yaml.tt2 +++ b/templates/130_filesys-ngcp.yaml.tt2 @@ -320,3 +320,24 @@ file: group: root linked-to: /ngcp-data/logs filetype: symlink + + /ngcp-data/tmp: + exists: true + mode: "1777" + owner: root + group: root + filetype: directory + + /ngcp-data/tmp/mysql: + exists: true + mode: "0750" + owner: mysql + group: mysql + filetype: directory + + /ngcp-data/tmp/www-data: + exists: true + mode: "0770" + owner: root + group: www-data + filetype: directory