Ugo Bellavance
Ugo Bellavance
I wanted to set client_max_body_size in a location section, but while it is supported by nginx, it is not supported by the module (except by using a custom_cfg). I think...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 3.6.2 - Ruby: 2.0.0p648 - Distribution: RHEL7 - Module 0.5.0 ## How to reproduce (e.g Puppet code you use) hiera...
Hi, I just tested the module with an updated RHEL7 server (7.4) and it looks like the name that is used for the `--enablerepo` switch is wrong. The module uses...
## Describe the Bug On this line: https://github.com/puppetlabs/puppetlabs-mysql/blob/29cfd39ae1ad389adb3bf1d631c0869ed77b57c7/manifests/backup/xtrabackup.pp#L69C15-L69C15, the required grant is 'REPLICATION CLIENT', but it doesn't work when used with MariaDB because MariaDB renamed the grant to 'BINLOG MONITOR':...
## Describe the Bug Error when running puppet with an xtrabackup config created. `Error: Evaluation Error: Error while evaluating a Function Call, 'versioncmp' parameter 'a' expects a String value, got...
## Use Case I'm not sure if that could apply to root password, but it would be useful to be able to create `.my.cnf` files with encrypted passwords with `mysql_config_editor`....
Hi, When running the `/usr/local/sbin/mysqlbackup.sh` script generated by this module, I get this (non-fatal) error: ``` touch: missing file operand ``` I can see in the script that there is...
When run by puppet as a daemon, a call to the phar sends a PHP Notice: ``` Jul 10 09:07:01 atqz9staging1 start-puppet-agent: PHP Notice: Undefined index: HOMEDRIVE in phar:///usr/local/zend/var/libraries/ZendServerSDK/1.1.1a/library/zs-client.phar/module/Client/config/module.config.php on...
It would be great to have a value of the latency: - Idle (I guess it's what we get as "Ping:") - While performing a download test - While performing...