Resource Type: pg_instance

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

Overview

This resource allows you to register a Postgres instance on the current host.

Here is an example on how to create the an instance:

pg_instance { '<instance>':
  os_user        => '<os user>',
  port           => 5433,
}

Parameters

  • provider

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