Resource Type: pg_parameter

Defined in:
lib/puppet/type/pg_parameter.rb
Providers:
simple

Overview

This type allows you to manage the postgres parameters. Here is an example on how you can use this:

pg_parameter {"jit_debugging_support@instance":
  value   => 'off',
}

The type will take care of setting the parameter settings and reloading the new configuration.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • provider

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