Resource Type: proxy_mysql_replication_hostgroup

Defined in:
lib/puppet/type/proxy_mysql_replication_hostgroup.rb
Providers:
proxysql

Overview

Manage a ProxySQL mysql_replication_hostgroup.

Properties

  • comment

    text field can be used to store any arbitrary data.

    Supported values:
    • %r{[\w+]}
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • reader_hostgroup

    Reader hostgroup.

    Supported values:
    • %r{\d+}
  • writer_hostgroup

    Writer hostgroup.

    Supported values:
    • %r{\d+}

Parameters

  • load_to_runtime (defaults to: true)

    Load this entry to the active runtime.

    Supported values:
    • true
    • false
  • name (namevar)

    name to describe the hostgroup config

  • provider

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

  • save_to_disk (defaults to: true)

    Perist this entry to the disk.

    Supported values:
    • true
    • false