diff --git a/templates/130_filesys-ngcp.yaml.tt2 b/templates/130_filesys-ngcp.yaml.tt2 index 2c983f6..5220486 100644 --- a/templates/130_filesys-ngcp.yaml.tt2 +++ b/templates/130_filesys-ngcp.yaml.tt2 @@ -120,6 +120,14 @@ file: filetype: directory contains: [] + /etc/mysql/cluster.ini: + exists: [% general.ngcp_type == 'carrier' ? 'true' : 'false' %] + mode: "0444" + owner: root + group: root + filetype: file + contains: [] + /etc/mysql/conf.d: exists: true mode: "0755"