Compare commits
No commits in common. "ortiche" and "master" have entirely different histories.
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ define postgresql::server::db (
|
||||||
$tablespace = undef,
|
$tablespace = undef,
|
||||||
$template = 'template0',
|
$template = 'template0',
|
||||||
$istemplate = false,
|
$istemplate = false,
|
||||||
$owner = $postgresql::server::user,
|
$owner = undef,
|
||||||
$change_ownership = false,
|
$change_ownership = false,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue