We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557f6a3 commit 7d5b118Copy full SHA for 7d5b118
1 file changed
manifests/server/instance/initdb.pp
@@ -168,7 +168,7 @@
168
default => "-X '${xlogdir}'"
169
}
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
+ $initdb_command = 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
173
# This runs the initdb command, we use the existance of the PG_VERSION
174
# file to ensure we don't keep running this command.
0 commit comments