@@ -608,15 +608,15 @@ Which database backend to use for the read database. Only supports
608608#### ` read_database_host `
609609* This parameter must be set to use another PuppetDB instance for queries.*
610610
611- The hostname or IP address of the read database server. If set to ` undef ` ,
612- it will use the value of the ` database_host ` parameter. This option is
613- supported in PuppetDB >= 1.6.
611+ The hostname or IP address of the read database server. If set to ` undef ` , and
612+ ` manage_database ` is set to ` true ` , it will use the value of the ` database_host `
613+ parameter. This option is supported in PuppetDB >= 1.6.
614614
615615#### ` read_database_port `
616616
617617The port that the read database server listens on. If ` read_database_host `
618- is set to ` undef ` , it will use the value of the ` database_port ` parameter. This
619- option is supported in PuppetDB >= 1.6.
618+ is set to ` undef ` , and ` manage_database ` is set to ` true ` , it will use the value of
619+ the ` database_port ` parameter. This option is supported in PuppetDB >= 1.6.
620620
621621#### ` read_database_username `
622622
@@ -637,8 +637,8 @@ Defaults to `true`
637637#### ` read_database_name `
638638
639639The name of the read database instance to connect to. If ` read_database_host `
640- is set to ` undef ` , it will use the value of the ` database_name ` parameter.
641- This option is supported in PuppetDB >= 1.6.
640+ is set to ` undef ` , and ` manage_database ` is set to ` true ` , it will use the value of
641+ the ` database_name ` parameter. This option is supported in PuppetDB >= 1.6.
642642
643643#### ` read_log_slow_statements `
644644
0 commit comments