Exec['postgresql_initdb'] needs to be done after $datadir exists
This commit is contained in:
parent
73aac35140
commit
99a1e03154
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class postgresql::server::initdb {
|
|||
user => $user,
|
||||
group => $group,
|
||||
logoutput => on_failure,
|
||||
before => File[$datadir],
|
||||
after => File[$datadir],
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue