mysql/mysql-oracle: mysqltuner cron scripts is 0755

This commit is contained in:
Jérémy Lecour 2018-04-22 17:32:23 +02:00
parent 5bf82d117b
commit 15ebb84bb6
3 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@ The **patch** part changes incrementally at each release.
* evolinux-base: fail2ban is not enabled by default
* evolinux-users: refactoring of the SSH configuration
* mysql-oracle: copy evolinux config files in mysql.cond.d
* mysql/mysql-oracle: mysqltuner cron scripts is 0755
* generate-ldif: add a minifirewall service when /etc/default/minifirewall exists
### Fixed

View file

@ -168,7 +168,7 @@
copy:
src: mysqltuner.cron.sh
dest: /etc/cron.{{ mysql_cron_mysqltuner_frequency | mandatory }}/mysqltuner.sh
mode: "0700"
mode: "0755"
when: mysql_cron_mysqltuner | bool
tags:
- mysql

View file

@ -126,7 +126,7 @@
copy:
src: mysqltuner.cron.sh
dest: /etc/cron.{{ mysql_cron_mysqltuner_frequency | mandatory }}/mysqltuner.sh
mode: "0700"
mode: "0755"
when: mysql_cron_mysqltuner
tags:
- mysql