Resource Type: patroni_dcs_config

Defined in:
lib/puppet/type/patroni_dcs_config.rb
Providers:
patronictl

Summary

Manages Patroni DCS configuration options

Overview

Examples:

Set PostgreSQL max connections

patroni_dcs_config { 'postgresql.params.max_connections':
  value => '200',
}

Properties

  • value

    The value to assign the DCS configuration

Parameters

  • name (namevar)

    The DCS configuration option name

  • provider

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