TT#78202 Fix goss checks for pro mysql config files

The templates for old these files were removed. Replacing them
with new my.mysqld1.cnf one

Change-Id: I1e15621f03d16edf5ea9df282351784c1c277ebd
changes/97/39397/3
Sergii Kipot 5 years ago
parent 051df65252
commit 62c7e5abad

@ -107,7 +107,7 @@ file:
linked-to: /mnt/glusterfs/mgmt-share/approx/
filetype: symlink
/etc/mysql/inc/my.mysqld2.cnf:
/etc/mysql/inc/my.mysqld1.cnf:
exists: true
mode: "0444"
owner: root
@ -115,33 +115,19 @@ file:
filetype: file
contains: []
/etc/mysql/conf.d/my2.cnf:
exists: true
mode: "0440"
owner: root
group: mysql
filetype: file
contains: []
[% IF general.ngcp_type == 'sppro' -%]
size: 0
[% END -%]
/etc/mysql/inc/my.mysqld1.carrier_db.cnf:
/etc/mysql/inc/my.mysqld2.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
[% IF general.ngcp_type == 'sppro' -%]
size: 0
[% END -%]
/etc/mysql/inc/my.mysqld1.carrier_non_db.cnf:
/etc/mysql/conf.d/my2.cnf:
exists: true
mode: "0444"
mode: "0440"
owner: root
group: root
group: mysql
filetype: file
contains: []
[% IF general.ngcp_type == 'sppro' -%]

Loading…
Cancel
Save