Skip to content

Add docs for #950 #972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,12 @@ The name of the PostgreSQL Python package.

#### postgresql::server

##### `config_entries`

Specifies a hash from which to generate `postgresql::server::config_entry` resources.

Default value: `{}`

##### `createdb_path`

**Deprecated.** Specifies the path to the `createdb` command.
Expand Down Expand Up @@ -894,6 +900,12 @@ If `false`, disables the defaults supplied with the module for `pg_hba.conf`. Th

Specifies the path to your `pg_hba.conf` file.

##### `pg_hba_rules`

Specifies a hash from which to generate `postgresql::server::pg_hba_rule` resources.

Default value: `{}`

##### `pg_ident_conf_path`

Specifies the path to your `pg_ident.conf` file.
Expand Down Expand Up @@ -936,6 +948,12 @@ Specifies the path to the `psql` command.

Default value: OS dependent.

##### `roles`

Specifies a hash from which to generate `postgresql::server::role` resources.

Default value: `{}`

##### `service_manage`

Defines whether or not Puppet should manage the service.
Expand Down