Skip to content

Commit e725c6b

Browse files
committed
Merge pull request puppetlabs#508 from ckaenzig/db-params-doc
Add some missing params documentation
2 parents d553583 + 677b3c4 commit e725c6b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,9 @@ The namevar for the resource designates the name of the database.
583583
####`dbname`
584584
The name of the database to be created. Defaults to `namevar`.
585585

586+
####`owner`
587+
Name of the database user who should be set as the owner of the database. Defaults to the $user variable set in `postgresql::server` or `postgresql::globals`.
588+
586589
####`user`
587590
User to create and assign access to the database upon creation. Mandatory.
588591

@@ -601,6 +604,9 @@ Grant permissions during creation. Defaults to `ALL`.
601604
####`tablespace`
602605
The name of the tablespace to allocate this database to. If not specifies, it defaults to the PostgreSQL default.
603606

607+
####`template`
608+
The name of the template database from which to build this database. Defaults to `template0`.
609+
604610
####`istemplate`
605611
Define database as a template. Defaults to `false`.
606612

@@ -620,6 +626,9 @@ Name of the database user who should be set as the owner of the database. Defaul
620626
####`tablespace`
621627
Tablespace for where to create this database. Defaults to the defaults defined during PostgreSQL installation.
622628

629+
####`template`
630+
The name of the template database from which to build this database. Defaults to `template0`.
631+
623632
####`encoding`
624633
Override the character set during creation of the database. Defaults to the default defined during installation.
625634

0 commit comments

Comments
 (0)