Resource Type: postgresql_replication_slot

Defined in:
lib/puppet/type/postgresql_replication_slot.rb
Providers:
ruby

Summary

Manages Postgresql replication slots.

Overview

This type allows to create and destroy replication slots to register warm standby replication on a Postgresql primary server.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    The name of the slot to create. Must be a valid replication slot name.

    Supported values:
    • %r{^[a-z0-9_]+$}
  • provider

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