File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -754,6 +754,12 @@ The name of the PostgreSQL Python package.
754
754
755
755
#### postgresql::server
756
756
757
+ ##### ` config_entries `
758
+
759
+ Specifies a hash from which to generate ` postgresql::server::config_entry ` resources.
760
+
761
+ Default value: ` {} `
762
+
757
763
##### ` createdb_path `
758
764
759
765
** 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
894
900
895
901
Specifies the path to your ` pg_hba.conf ` file.
896
902
903
+ ##### ` pg_hba_rules `
904
+
905
+ Specifies a hash from which to generate ` postgresql::server::pg_hba_rule ` resources.
906
+
907
+ Default value: ` {} `
908
+
897
909
##### ` pg_ident_conf_path `
898
910
899
911
Specifies the path to your ` pg_ident.conf ` file.
@@ -936,6 +948,12 @@ Specifies the path to the `psql` command.
936
948
937
949
Default value: OS dependent.
938
950
951
+ ##### ` roles `
952
+
953
+ Specifies a hash from which to generate ` postgresql::server::role ` resources.
954
+
955
+ Default value: ` {} `
956
+
939
957
##### ` service_manage `
940
958
941
959
Defines whether or not Puppet should manage the service.
You can’t perform that action at this time.
0 commit comments