refs 8414-change_ca_verdnatura

This commit is contained in:
Xavi Lleó 2025-01-24 12:42:29 +01:00
parent ef9c1d54e1
commit e84cfe3853
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ mariadb_requeriments:
- curl
- apt-transport-https
certificates:
- { content: '{{ ca_mysql }}', dest: '/etc/mysql/ca.pem', mode: 'u=rw,g=r,o=r' }
- { content: '{{ ca_verdnatura_deprecated }}', dest: '/etc/mysql/ca.pem', mode: 'u=rw,g=r,o=r' }
- { content: '{{ cert_mysql }}', dest: '/etc/mysql/cert.pem', mode: 'u=rw,g=r,o=r' }
required_directories:
- { path: /mnt/local-backup, owner: root, group: root, mode: 'u=rwx,g=rx,o=rx' }