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,
}