Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
7272d038f7 |
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ define postgresql::server::db (
|
|||
$tablespace = undef,
|
||||
$template = 'template0',
|
||||
$istemplate = false,
|
||||
$owner = undef,
|
||||
$owner = $postgresql::server::user,
|
||||
$change_ownership = false,
|
||||
) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue