3
0

fix ordering

This commit is contained in:
Arne Teuke
2025-09-28 14:12:41 +02:00
parent d482191146
commit 1c25a040f2
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ class postgresql_cd::server::initdb (
) inherits postgresql_cd::params {
if $fqdn == $pl_server_fqdn {
require postgresql_cd::main::install
exec { 'init_pgsql_db':
command => 'postgresql-setup --initdb',
creates => "${pl_data_dir}/PG_VERSION",