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,
$template = 'template0',
$istemplate = false,
$owner = $postgresql::server::user,
$owner = undef,
$change_ownership = false,
) {