Open
Description
Describe the Bug
This simple code will fails.
mysql_grant { "${name}@${host}/${database}.${table}":
user => "${name}@${host}",
privileges => $rights,
table => "${database}.${table}"
}
Expected Behavior
Working code
Steps to Reproduce
Run the code above
Environment
- Version: MariaDB 10.11.4, module 15.0.0
- Platform: Rocky 9.2
Additional Context
Error message:
Error: Could not prefetch mysql_grant provider 'mysql': invalid byte sequence in UTF-8