Skip to content

override_options overriding defaults? #279

@wgregorian

Description

@wgregorian

Is it the intention that when you use override_options, the default options in my.cnf are stripped out? I've observed that when I use the example below, the defaults specified in params.pp are removed.

    class { 'mysql::server':
            override_options => { 'mysqld' => { 'max_connections' => '1024',
                                                'datadir' => '/var/lib/mysql/data' }
                    },
            }

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