Resource Type: postgresql_conf

Defined in:
lib/puppet/type/postgresql_conf.rb
Providers:
parsed

Overview

This type allows puppet to manage postgresql.conf parameters.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • target

    The path to postgresql.conf

  • value

    The value to set for this parameter.

Parameters

  • name (namevar)

    The postgresql parameter name to manage.

    Supported values:
    • %r{^[\w\.]+$}
  • provider

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