Resource Type: proxy_global_variable

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

Overview

Manage a ProxySQL global variable.

Properties

  • value

    variable value

    Supported values:
    • %r{.+}

Parameters

  • load_to_runtime (defaults to: true)

    Load this entry to the active runtime.

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

    variable name

  • provider

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