You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-33Lines changed: 37 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -666,7 +666,7 @@ Installs the packages containing the development libraries for PostgreSQL and sy
666
666
667
667
##### `link_pg_config`
668
668
669
-
If the bin directory used by the PostgreSQL page is not `/usr/bin` or `/usr/local/bin`, symlinks `pg_config` from the package's bin dir into `usr/bin` (not applicable to Debian systems). Set to `false` to disable this behavior.
669
+
If the bin directory used by the PostgreSQL page is not `/usr/bin` or `/usr/local/bin`, symlinks `pg_config` from the package's bin dir into `usr/bin` (not applicable to Debian systems). Set to `false` to disable this behavior.
670
670
671
671
Valid values: `true`, `false`.
672
672
@@ -912,7 +912,7 @@ Default value: OS dependent.
912
912
913
913
##### `port`
914
914
915
-
Specifies the port for the PostgreSQL server to listen on. **Note:** The same port number is used for all IP addresses the server listens on. Also, for Red Hat systems and early Debian systems, changing the port causes the server to come to a full stop before being able to make the change.
915
+
Specifies the port for the PostgreSQL server to listen on. **Note:** The same port number is used for all IP addresses the server listens on. Also, for Red Hat systems and early Debian systems, changing the port causes the server to come to a full stop before being able to make the change.
916
916
917
917
Default value: 5432. Meaning the Postgres server listens on TCP port 5432.
918
918
@@ -924,55 +924,55 @@ Default value: `undef`.
924
924
925
925
##### `postgresql_conf_path`
926
926
927
-
Specifies the path to your `postgresql.conf` file.
927
+
Specifies the path to your `postgresql.conf` file.
928
928
929
929
Default value: '${confdir}/postgresql.conf'.
930
930
931
931
##### `psql_path`
932
932
933
-
Specifies the path to the `psql` command.
933
+
Specifies the path to the `psql` command.
934
934
935
935
Default value: OS dependent.
936
936
937
937
##### `service_manage`
938
938
939
-
Defines whether or not Puppet should manage the service.
939
+
Defines whether or not Puppet should manage the service.
940
940
941
941
Default value: `true`.
942
942
943
943
##### `service_name`
944
944
945
-
Overrides the default PostgreSQL service name.
945
+
Overrides the default PostgreSQL service name.
946
946
947
947
Default value: OS dependent.
948
948
949
949
##### `service_provider`
950
950
951
-
Overrides the default PostgreSQL service provider.
951
+
Overrides the default PostgreSQL service provider.
952
952
953
953
Default value: `undef`.
954
954
955
955
##### `service_reload`
956
956
957
-
Overrides the default reload command for your PostgreSQL service.
957
+
Overrides the default reload command for your PostgreSQL service.
958
958
959
959
Default value: OS dependent.
960
960
961
961
##### `service_restart_on_change`
962
962
963
-
Overrides the default behavior to restart your PostgreSQL service when a config entry has been changed that requires a service restart to become active.
963
+
Overrides the default behavior to restart your PostgreSQL service when a config entry has been changed that requires a service restart to become active.
964
964
965
965
Default value: `true`.
966
966
967
967
##### `service_status`
968
968
969
-
Overrides the default status check command for your PostgreSQL service.
969
+
Overrides the default status check command for your PostgreSQL service.
970
970
971
971
Default value: OS dependent.
972
972
973
973
##### `user`
974
974
975
-
Overrides the default PostgreSQL super user and owner of PostgreSQL related files in the file system.
975
+
Overrides the default PostgreSQL super user and owner of PostgreSQL related files in the file system.
Defines the database to execute the grant against.
1171
+
Defines the database to execute the grant against.
1172
1172
1173
1173
**This should not ordinarily be changed from the default**
1174
1174
1175
1175
Default value: 'postgres'.
1176
1176
1177
1177
##### `psql_user`
1178
1178
1179
-
Specifies the OS user for running `psql`.
1179
+
Specifies the OS user for running `psql`.
1180
1180
1181
1181
Default value: The default user for the module, usually 'postgres'.
1182
1182
@@ -1192,6 +1192,10 @@ Manages a PostgreSQL extension.
1192
1192
1193
1193
Specifies the database on which to activate the extension.
1194
1194
1195
+
##### `schema`
1196
+
1197
+
Specifies the schema on which to activate the extension.
1198
+
1195
1199
##### `ensure`
1196
1200
1197
1201
Specifies whether to activate or deactivate the extension.
@@ -1483,7 +1487,7 @@ The parameters are grouped into these three sections:
1483
1487
1484
1488
##### `target`
1485
1489
Provides the target for the rule, and is generally an internal only property.
1486
-
1490
+
1487
1491
**Use with caution.**
1488
1492
1489
1493
#### postgresql::server::role
@@ -1754,7 +1758,7 @@ This is the namevar.
1754
1758
1755
1759
Required.
1756
1760
1757
-
Specifies the action to create or destroy named slot.
1761
+
Specifies the action to create or destroy named slot.
1758
1762
1759
1763
Valid values: 'present', 'absent'.
1760
1764
@@ -1808,7 +1812,7 @@ Default value: '', which generally uses the designated local Unix socket.
1808
1812
1809
1813
Defines the port to use when connecting.
1810
1814
1811
-
Default value: ''
1815
+
Default value: ''
1812
1816
1813
1817
##### `run_as`
1814
1818
@@ -1842,7 +1846,7 @@ This internal function converts a list of `pg_hba.conf` based ACLs (passed in as
1842
1846
1843
1847
### Tasks
1844
1848
1845
-
The Postgresql module has an example task that allows a user to execute arbitary SQL against a database. Please refer to to the [PE documentation](https://puppet.com/docs/pe/2017.3/orchestrator/running_tasks.html) or [Bolt documentation](https://puppet.com/docs/bolt/latest/bolt.html) on how to execute a task.
1849
+
The Postgresql module has an example task that allows a user to execute arbitary SQL against a database. Please refer to to the [PE documentation](https://puppet.com/docs/pe/2017.3/orchestrator/running_tasks.html) or [Bolt documentation](https://puppet.com/docs/bolt/latest/bolt.html) on how to execute a task.
0 commit comments