Skip to content

Commit 5b28923

Browse files
authored
Merge pull request #955 from jbondpdx/release
add task listing to README, edit
2 parents 18d020c + ff9c1ad commit 5b28923

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,8 @@ The postgresql module comes with many options for configuring the server. While
368368

369369
**Tasks:**
370370

371+
* [`sql`](#tasks)
372+
371373
### Classes
372374

373375
#### postgresql::client
@@ -1491,16 +1493,17 @@ Provides the target for the rule, and is generally an internal only property.
14911493
**Use with caution.**
14921494

14931495
#### postgresql::server::role
1496+
14941497
Creates or drops a role or user in PostgreSQL.
14951498

14961499
##### `ensure`
14971500

14981501
Specify whether to create or drop the role.
14991502

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.
15021505

1503-
Default value: `present`.
1506+
Default value: 'present'.
15041507

15051508
##### `connection_limit`
15061509
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
18461849

18471850
### Tasks
18481851

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.
18501853

18511854
## Limitations
18521855

@@ -1862,7 +1865,7 @@ Other systems might be compatible, but are not being actively tested.
18621865

18631866
### Apt module support
18641867

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.
18661869

18671870
### PostGIS support
18681871

0 commit comments

Comments
 (0)