Skip to content

Commit 624bd9f

Browse files
authored
Merge pull request #972 from hunner/docs_for_950
Add docs for #950
2 parents b0de1ff + aeebd23 commit 624bd9f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,12 @@ The name of the PostgreSQL Python package.
754754

755755
#### postgresql::server
756756

757+
##### `config_entries`
758+
759+
Specifies a hash from which to generate `postgresql::server::config_entry` resources.
760+
761+
Default value: `{}`
762+
757763
##### `createdb_path`
758764

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

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

903+
##### `pg_hba_rules`
904+
905+
Specifies a hash from which to generate `postgresql::server::pg_hba_rule` resources.
906+
907+
Default value: `{}`
908+
897909
##### `pg_ident_conf_path`
898910

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

937949
Default value: OS dependent.
938950

951+
##### `roles`
952+
953+
Specifies a hash from which to generate `postgresql::server::role` resources.
954+
955+
Default value: `{}`
956+
939957
##### `service_manage`
940958

941959
Defines whether or not Puppet should manage the service.

0 commit comments

Comments
 (0)