Skip to content

Commit 77da524

Browse files
committed
Merge pull request #190 from cprice-puppet/maint/master/docs-for-database-owner
Update docs to reflect new `owner` parameter for `::database` type.
2 parents dcac94a + e764c20 commit 77da524

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@ This defined type can be used to create a database with no users and no permissi
318318
####`namevar`
319319
Name of the database to create.
320320

321+
####`owner`
322+
Name of the database user who should be set as the owner of the database. Defaults to `$postgresql::params::user`.
323+
321324
####`tablespace`
322325
Tablespace for where to create this database. Defaults to the defaults defined during PostgreSQL installation.
323326

0 commit comments

Comments
 (0)