diff --git a/templates/130_filesys-ngcp.yaml.tt2 b/templates/130_filesys-ngcp.yaml.tt2 index bade7fa..2c983f6 100644 --- a/templates/130_filesys-ngcp.yaml.tt2 +++ b/templates/130_filesys-ngcp.yaml.tt2 @@ -111,3 +111,116 @@ file: group: root filetype: file contains: [] + + /etc/mysql/: + exists: true + mode: "0755" + owner: root + group: root + filetype: directory + contains: [] + + /etc/mysql/conf.d: + exists: true + mode: "0755" + owner: root + group: root + filetype: directory + contains: [] + + /etc/mysql/debian-start: + exists: true + mode: "0755" + owner: root + group: root + filetype: file + contains: [] + + /etc/mysql/debian.cnf: + exists: true + mode: "0400" + owner: root + group: root + filetype: file + contains: [] + + /etc/mysql/grants.yml: + exists: true + mode: "0600" + owner: root + group: root + filetype: file + contains: [] + + /etc/mysql/inc: + exists: true + mode: "0755" + owner: root + group: root + filetype: directory + contains: [] + + /etc/mysql/inc/my.client.cnf: + exists: true + mode: "0444" + owner: root + group: root + filetype: file + contains: [] + + /etc/mysql/inc/my.myisamchk.cnf: + exists: true + mode: "0444" + owner: root + group: root + filetype: file + contains: [] + + /etc/mysql/inc/my.mysql.cnf: + exists: true + mode: "0444" + owner: root + group: root + filetype: file + contains: [] + + /etc/mysql/inc/my.safe_mysqld.cnf: + exists: true + mode: "0444" + owner: root + group: root + filetype: file + contains: [] + + /etc/mysql/inc/my.mysqldump.cnf: + exists: true + mode: "0444" + owner: root + group: root + filetype: file + contains: [] + + /etc/mysql/my.cnf: + exists: true + mode: "0444" + owner: root + group: root + filetype: file + contains: [] + + /etc/mysql/sipwise.cnf: + exists: true + mode: "0600" + owner: root + group: root + filetype: file + contains: [] + + /etc/alternatives/my.cnf: + exists: true + mode: "0777" + owner: root + group: root + linked-to: /etc/mysql/my.cnf + filetype: symlink + contains: [] diff --git a/templates/131_filesys-ngcp-pro.yaml.tt2 b/templates/131_filesys-ngcp-pro.yaml.tt2 index d3eb845..4a04896 100644 --- a/templates/131_filesys-ngcp-pro.yaml.tt2 +++ b/templates/131_filesys-ngcp-pro.yaml.tt2 @@ -98,3 +98,19 @@ file: group: root linked-to: /mnt/glusterfs/mgmt-share/approx/ filetype: symlink + + /etc/mysql/inc/my.mysqld2.cnf: + exists: true + mode: "0444" + owner: root + group: root + filetype: file + contains: [] + + /etc/mysql/inc/my.mysqld_multi.cnf: + exists: true + mode: "0444" + owner: root + group: root + filetype: file + contains: [] diff --git a/templates/133_filesys-deprecated.yaml.tt2 b/templates/133_filesys-deprecated.yaml.tt2 index 4037a8e..ec229e7 100644 --- a/templates/133_filesys-deprecated.yaml.tt2 +++ b/templates/133_filesys-deprecated.yaml.tt2 @@ -12,3 +12,18 @@ file: filetype: directory exists: false + /etc/mysql/mariadb.conf.d: + exists: false + filetype: directory + + /etc/mysql/mariadb.cnf: + exists: false + filetype: file + + /etc/mysql/my.cnf.fallback: + exists: false + filetype: file + + /etc/mysql/my.cnf.dpkg-dist: + exists: false + filetype: file