我想用到處流浪,我定義了以下木偶文件: http://pastebin.com/GfJK1ziS 當流浪漢試圖安裝模塊,一切正常。但是,當它試圖配置mysql,它總是得到這個錯誤: Error: Validation of Mysql_grant[${username}@%/${db_name}.*] failed: name must match user and table parameter
我對puppet還是比較新的,現在我想在自定義模塊中使用帶有參數的類。 我有一個名爲tsvpuppet的模塊,我希望它可以作爲包含標準參數的mysql模塊 的包裝(也許以後根據自己的主機自定義事實)。 在我/etc/puppet/modules/tsvmysql/manifests/init.pp文件 class tsvmysql {
class { '::mysql::server':