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
+33-33Lines changed: 33 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
@@ -1483,7 +1483,7 @@ The parameters are grouped into these three sections:
1483
1483
1484
1484
##### `target`
1485
1485
Provides the target for the rule, and is generally an internal only property.
1486
-
1486
+
1487
1487
**Use with caution.**
1488
1488
1489
1489
#### postgresql::server::role
@@ -1745,7 +1745,7 @@ This is the namevar.
1745
1745
1746
1746
Required.
1747
1747
1748
-
Specifies the action to create or destroy named slot.
1748
+
Specifies the action to create or destroy named slot.
1749
1749
1750
1750
Valid values: 'present', 'absent'.
1751
1751
@@ -1799,7 +1799,7 @@ Default value: '', which generally uses the designated local Unix socket.
1799
1799
1800
1800
Defines the port to use when connecting.
1801
1801
1802
-
Default value: ''
1802
+
Default value: ''
1803
1803
1804
1804
##### `run_as`
1805
1805
@@ -1833,7 +1833,7 @@ This internal function converts a list of `pg_hba.conf` based ACLs (passed in as
1833
1833
1834
1834
### Tasks
1835
1835
1836
-
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.
1836
+
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