Merge pull request #708 from exelab/master
fix quote around locale options
This commit is contained in:
commit
1ee2af1a3c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ define postgresql::server::database(
|
|||
if ($version != '8.1') {
|
||||
$locale_option = $locale ? {
|
||||
undef => '',
|
||||
default => "LC_COLLATE=${locale} LC_CTYPE=${locale}",
|
||||
default => "LC_COLLATE='${locale}' LC_CTYPE='${locale}'",
|
||||
}
|
||||
$public_revoke_privilege = 'CONNECT'
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue