我想使用vagrant,我定义了以下puppet文件: http://pastebin.com/GfJK1ziS
当vagrant尝试安装模块时,一切都按预期工作。但是当它尝试配置mysql
时,它总是会收到此错误:
Error: Validation of Mysql_grant[${username}@%/${db_name}.*] failed: name must match user and table parameters
我该怎么办?
据puppetlabs_mysql
模块
https://github.com/puppetlabs/puppetlabs-mysql/commit/07b661dcea926981cf5cd1c703a1c982d6eb6ef1
我不知道我要改变什么