err("Create a db grant") mysql_grant { "test_user@%/test_user": privileges => [ "select_priv", 'insert_priv', 'update_priv' ], tag => test; }