Resource Type: mysql_plugin

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

Overview

Manage MySQL plugins.

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:
    • /^\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.