Resource Type: mysql_plugin

Defined in:
lib/puppet/type/mysql_plugin.rb
Providers:
mysql

Summary

Manage MySQL plugins.

Overview

Examples:

mysql_plugin { 'some_plugin':
  soname => 'some_pluginlib.so',
}

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • soname

    The name of the library

    Supported values:
    • %r{^\w+\.\w+$}

Parameters

  • name (namevar)

    The name of the MySQL plugin to manage.

  • provider

    The specific backend to use for this ‘mysql_plugin` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.