Resource Type: proxy_cluster

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

Overview

Manage a ProxySQL cluster.

Properties

  • comment

    free form comment field.

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

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • hostname

    The hostname of the server.

    Supported values:
    • %r{\w+}
  • port

    The port of the server.

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

    Currently unused, but in the roadmap for future enhancements.

    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 for cluster to manage.

  • provider

    The specific backend to use for this ‘proxy_cluster` 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