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
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -368,6 +368,8 @@ The postgresql module comes with many options for configuring the server. While
368
368
369
369
**Tasks:**
370
370
371
+
*[`sql`](#tasks)
372
+
371
373
### Classes
372
374
373
375
#### postgresql::client
@@ -1491,16 +1493,17 @@ Provides the target for the rule, and is generally an internal only property.
1491
1493
**Use with caution.**
1492
1494
1493
1495
#### postgresql::server::role
1496
+
1494
1497
Creates or drops a role or user in PostgreSQL.
1495
1498
1496
1499
##### `ensure`
1497
1500
1498
1501
Specify whether to create or drop the role.
1499
1502
1500
-
Specifying `present` will create the role.
1501
-
Specifying `absent` will drop the role.
1503
+
Specifying 'present' creates the role.
1504
+
Specifying 'absent' drops the role.
1502
1505
1503
-
Default value: `present`.
1506
+
Default value: 'present'.
1504
1507
1505
1508
##### `connection_limit`
1506
1509
Specifies how many concurrent connections the role can make.
@@ -1846,7 +1849,7 @@ This internal function converts a list of `pg_hba.conf` based ACLs (passed in as
1846
1849
1847
1850
### Tasks
1848
1851
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.
1852
+
The postgresql module `sql`example task executes 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.
1850
1853
1851
1854
## Limitations
1852
1855
@@ -1862,7 +1865,7 @@ Other systems might be compatible, but are not being actively tested.
1862
1865
1863
1866
### Apt module support
1864
1867
1865
-
While this module supports both 1.x and 2.x versions of the 'puppetlabs-apt' module, it does not support 'puppetlabs-apt' 2.0.0 or 2.0.1.
1868
+
While this module supports both 1.x and 2.x versions of the `puppetlabs-apt` module, it does not support `puppetlabs-apt` 2.0.0 or 2.0.1.
0 commit comments