fix for concat error
This commit is contained in:
parent
7bd0d82fc2
commit
6f99380a8b
1 changed files with 0 additions and 5 deletions
|
@ -14,11 +14,6 @@ class postgresql::server::config {
|
|||
$version = $postgresql::server::version
|
||||
$manage_pg_hba_conf = $postgresql::server::manage_pg_hba_conf
|
||||
|
||||
File {
|
||||
owner => $user,
|
||||
group => $group,
|
||||
}
|
||||
|
||||
if ($ensure == 'present' or $ensure == true) {
|
||||
|
||||
if ($manage_pg_hba_conf == true) {
|
||||
|
|
Loading…
Reference in a new issue