File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
manifests/server/instance Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 168
168
default => " -X '${xlogdir} '"
169
169
}
170
170
171
- $initdb_command = " ${initdb_path} ${auth_host_parameter} ${auth_local_parameter } ${data_checksums_parameter} ${datadir_parameter} ${encoding_parameter} ${lc_messages_parameter} ${locale_parameter} ${username_parameter} ${xlogdir_parameter} " # lint:ignore:140chars
171
+ $initdb_command = stdlib::squeeze( " ${initdb_path} ${auth_host_parameter} ${auth_local_parameter} ${data_checksums_parameter} ${datadir_parameter} ${encoding_parameter} ${lc_messages_parameter} ${locale_parameter} ${username_parameter} ${xlogdir_parameter} " , ' ' ) # lint:ignore:140chars
172
172
173
173
# This runs the initdb command, we use the existance of the PG_VERSION
174
174
# file to ensure we don't keep running this command.
You can’t perform that action at this time.
0 commit comments