Compare commits

..

No commits in common. "ortiche" and "master" have entirely different histories.

View file

@ -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,
) { ) {