Resource Type: pg_cluster

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

Overview

This resource allows you create, manage and delete a Postgres cluster.

pg_cluster { '/database/db1':
  os_user => 'postgres',
}

A Postgres cluster is a location where Postgres stores the database content.

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_cluster` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.