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.