TT#34758 Extend list of existing mysql files

Empty files
/etc/mysql/conf.d/my2.cnf
/etc/mysql/inc/my.mysqld1.carrier_db.cnf
/etc/mysql/inc/my.mysqld1.carrier_non_db.cnf
/etc/mysql/inc/my.client2.cnf
/etc/mysql/client.local.cnf
/etc/mysql/client.central.cnf

are created on PRO system

Change-Id: Ide21ea301ea4ef25626c7a4ce59ea606984f43da
changes/84/20084/5
Mykola Malkov 8 years ago
parent 149b0e1f4f
commit b933378be5

@ -108,9 +108,67 @@ file:
contains: []
/etc/mysql/conf.d/my2.cnf:
exists: [% general.ngcp_type == 'carrier' ? 'true' : 'false' %]
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_db.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:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
[% IF general.ngcp_type == 'sppro' -%]
size: 0
[% END -%]
/etc/mysql/inc/my.client2.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
[% IF general.ngcp_type == 'sppro' -%]
size: 0
[% END -%]
/etc/mysql/client.local.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
[% IF general.ngcp_type == 'sppro' -%]
size: 0
[% END -%]
/etc/mysql/client.central.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
[% IF general.ngcp_type == 'sppro' -%]
size: 0
[% END -%]

Loading…
Cancel
Save