Skip to content

override_options broken since refactoring #274

@liwo

Description

@liwo

According to README, one can override single options in my.cnf like this:

class { '::mysql::globals':
  override_options => { 'mysqld' => { 'max_connections' => '1024' } }
}

Unfortunately, this does not work as expected; merge() is not recursive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions