@@ -608,15 +608,15 @@ Which database backend to use for the read database. Only supports
608
608
#### ` read_database_host `
609
609
* This parameter must be set to use another PuppetDB instance for queries.*
610
610
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.
614
614
615
615
#### ` read_database_port `
616
616
617
617
The 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.
620
620
621
621
#### ` read_database_username `
622
622
@@ -637,8 +637,8 @@ Defaults to `true`
637
637
#### ` read_database_name `
638
638
639
639
The 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.
642
642
643
643
#### ` read_log_slow_statements `
644
644
0 commit comments