commit
c7c839347f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ define postgresql::server::database(
|
||||||
|
|
||||||
$encoding_option = $encoding ? {
|
$encoding_option = $encoding ? {
|
||||||
undef => '',
|
undef => '',
|
||||||
default => "ENCODING=${encoding}",
|
default => "ENCODING='${encoding}'",
|
||||||
}
|
}
|
||||||
|
|
||||||
$tablespace_option = $tablespace ? {
|
$tablespace_option = $tablespace ? {
|
||||||
|
|
Loading…
Reference in a new issue