Merge pull request #700 from BobVanB/master

syntax error near UTF8
This commit is contained in:
David Schmitt 2015-10-08 12:28:42 +01:00
commit c7c839347f

View file

@ -60,7 +60,7 @@ define postgresql::server::database(
$encoding_option = $encoding ? {
undef => '',
default => "ENCODING=${encoding}",
default => "ENCODING='${encoding}'",
}
$tablespace_option = $tablespace ? {