Skip to content

Commit 2ccdaa7

Browse files
committed
update reference doc
1 parent 9b1bbcd commit 2ccdaa7

File tree

1 file changed

+0
-112
lines changed

1 file changed

+0
-112
lines changed

REFERENCE.md

-112
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ The following parameters are available in the `puppetdb` class:
9999
* [`facts_blacklist`](#-puppetdb--facts_blacklist)
100100
* [`gc_interval`](#-puppetdb--gc_interval)
101101
* [`node_purge_gc_batch_limit`](#-puppetdb--node_purge_gc_batch_limit)
102-
* [`log_slow_statements`](#-puppetdb--log_slow_statements)
103102
* [`conn_max_age`](#-puppetdb--conn_max_age)
104-
* [`conn_keep_alive`](#-puppetdb--conn_keep_alive)
105103
* [`conn_lifetime`](#-puppetdb--conn_lifetime)
106104
* [`puppetdb_package`](#-puppetdb--puppetdb_package)
107105
* [`puppetdb_service`](#-puppetdb--puppetdb_service)
@@ -122,9 +120,7 @@ The following parameters are available in the `puppetdb` class:
122120
* [`read_database_jdbc_ssl_properties`](#-puppetdb--read_database_jdbc_ssl_properties)
123121
* [`read_database_validate`](#-puppetdb--read_database_validate)
124122
* [`read_database_name`](#-puppetdb--read_database_name)
125-
* [`read_log_slow_statements`](#-puppetdb--read_log_slow_statements)
126123
* [`read_conn_max_age`](#-puppetdb--read_conn_max_age)
127-
* [`read_conn_keep_alive`](#-puppetdb--read_conn_keep_alive)
128124
* [`read_conn_lifetime`](#-puppetdb--read_conn_lifetime)
129125
* [`ssl_dir`](#-puppetdb--ssl_dir)
130126
* [`ssl_set_cert_paths`](#-puppetdb--ssl_set_cert_paths)
@@ -457,20 +453,6 @@ Nodes will be purged in batches of this size, one batch per gc-interval.
457453

458454
Default value: `$puppetdb::params::node_purge_gc_batch_limit`
459455

460-
##### <a name="-puppetdb--log_slow_statements"></a>`log_slow_statements`
461-
462-
Data type: `Any`
463-
464-
This sets the number of seconds before an SQL query is considered "slow." Slow
465-
SQL queries are logged as warnings, to assist in debugging and tuning. Note
466-
PuppetDB does not interrupt slow queries; it simply reports them after they
467-
complete.
468-
469-
The default value is `10` seconds. A value of 0 will disable logging of slow
470-
queries. This option is supported in PuppetDB >= 1.1.
471-
472-
Default value: `$puppetdb::params::log_slow_statements`
473-
474456
##### <a name="-puppetdb--conn_max_age"></a>`conn_max_age`
475457

476458
Data type: `Any`
@@ -482,18 +464,6 @@ If not supplied, we default to `60` minutes. This option is supported in PuppetD
482464

483465
Default value: `$puppetdb::params::conn_max_age`
484466

485-
##### <a name="-puppetdb--conn_keep_alive"></a>`conn_keep_alive`
486-
487-
Data type: `Any`
488-
489-
This sets the time (in minutes) for a connection to remain idle before sending
490-
a test query to the DB. This is useful to prevent a DB from timing out
491-
connections on its end.
492-
493-
If not supplied, we default to 45 minutes. This option is supported in PuppetDB >= 1.1.
494-
495-
Default value: `$puppetdb::params::conn_keep_alive`
496-
497467
##### <a name="-puppetdb--conn_lifetime"></a>`conn_lifetime`
498468

499469
Data type: `Any`
@@ -690,20 +660,6 @@ the `database_name` parameter. This option is supported in PuppetDB >= 1.6.
690660

691661
Default value: `$puppetdb::params::read_database_name`
692662

693-
##### <a name="-puppetdb--read_log_slow_statements"></a>`read_log_slow_statements`
694-
695-
Data type: `Any`
696-
697-
This sets the number of seconds before an SQL query to the read database is
698-
considered "slow." Slow SQL queries are logged as warnings, to assist in
699-
debugging and tuning. Note PuppetDB does not interrupt slow queries; it simply
700-
reports them after they complete.
701-
702-
The default value is 10 seconds. A value of 0 will disable logging of slow
703-
queries. This option is supported in PuppetDB >= 1.6.
704-
705-
Default value: `$puppetdb::params::read_log_slow_statements`
706-
707663
##### <a name="-puppetdb--read_conn_max_age"></a>`read_conn_max_age`
708664

709665
Data type: `Any`
@@ -715,18 +671,6 @@ If not supplied, we default to 60 minutes. This option is supported in PuppetDB
715671

716672
Default value: `$puppetdb::params::read_conn_max_age`
717673

718-
##### <a name="-puppetdb--read_conn_keep_alive"></a>`read_conn_keep_alive`
719-
720-
Data type: `Any`
721-
722-
This sets the time (in minutes) for a read database connection to remain idle
723-
before sending a test query to the DB. This is useful to prevent a DB from
724-
timing out connections on its end.
725-
726-
If not supplied, we default to 45 minutes. This option is supported in PuppetDB >= 1.6.
727-
728-
Default value: `$puppetdb::params::read_conn_keep_alive`
729-
730674
##### <a name="-puppetdb--read_conn_lifetime"></a>`read_conn_lifetime`
731675

732676
Data type: `Any`
@@ -1427,9 +1371,7 @@ The following parameters are available in the `puppetdb::server` class:
14271371
* [`facts_blacklist`](#-puppetdb--server--facts_blacklist)
14281372
* [`gc_interval`](#-puppetdb--server--gc_interval)
14291373
* [`node_purge_gc_batch_limit`](#-puppetdb--server--node_purge_gc_batch_limit)
1430-
* [`log_slow_statements`](#-puppetdb--server--log_slow_statements)
14311374
* [`conn_max_age`](#-puppetdb--server--conn_max_age)
1432-
* [`conn_keep_alive`](#-puppetdb--server--conn_keep_alive)
14331375
* [`conn_lifetime`](#-puppetdb--server--conn_lifetime)
14341376
* [`puppetdb_package`](#-puppetdb--server--puppetdb_package)
14351377
* [`puppetdb_service`](#-puppetdb--server--puppetdb_service)
@@ -1449,9 +1391,7 @@ The following parameters are available in the `puppetdb::server` class:
14491391
* [`read_database_jdbc_ssl_properties`](#-puppetdb--server--read_database_jdbc_ssl_properties)
14501392
* [`read_database_validate`](#-puppetdb--server--read_database_validate)
14511393
* [`read_database_name`](#-puppetdb--server--read_database_name)
1452-
* [`read_log_slow_statements`](#-puppetdb--server--read_log_slow_statements)
14531394
* [`read_conn_max_age`](#-puppetdb--server--read_conn_max_age)
1454-
* [`read_conn_keep_alive`](#-puppetdb--server--read_conn_keep_alive)
14551395
* [`read_conn_lifetime`](#-puppetdb--server--read_conn_lifetime)
14561396
* [`ssl_dir`](#-puppetdb--server--ssl_dir)
14571397
* [`ssl_set_cert_paths`](#-puppetdb--server--ssl_set_cert_paths)
@@ -1715,20 +1655,6 @@ Nodes will be purged in batches of this size, one batch per gc-interval.
17151655

17161656
Default value: `$puppetdb::params::node_purge_gc_batch_limit`
17171657

1718-
##### <a name="-puppetdb--server--log_slow_statements"></a>`log_slow_statements`
1719-
1720-
Data type: `Any`
1721-
1722-
This sets the number of seconds before an SQL query is considered "slow." Slow
1723-
SQL queries are logged as warnings, to assist in debugging and tuning. Note
1724-
PuppetDB does not interrupt slow queries; it simply reports them after they
1725-
complete.
1726-
1727-
The default value is `10` seconds. A value of 0 will disable logging of slow
1728-
queries. This option is supported in PuppetDB >= 1.1.
1729-
1730-
Default value: `$puppetdb::params::log_slow_statements`
1731-
17321658
##### <a name="-puppetdb--server--conn_max_age"></a>`conn_max_age`
17331659

17341660
Data type: `Any`
@@ -1740,18 +1666,6 @@ If not supplied, we default to `60` minutes. This option is supported in PuppetD
17401666

17411667
Default value: `$puppetdb::params::conn_max_age`
17421668

1743-
##### <a name="-puppetdb--server--conn_keep_alive"></a>`conn_keep_alive`
1744-
1745-
Data type: `Any`
1746-
1747-
This sets the time (in minutes) for a connection to remain idle before sending
1748-
a test query to the DB. This is useful to prevent a DB from timing out
1749-
connections on its end.
1750-
1751-
If not supplied, we default to 45 minutes. This option is supported in PuppetDB >= 1.1.
1752-
1753-
Default value: `$puppetdb::params::conn_keep_alive`
1754-
17551669
##### <a name="-puppetdb--server--conn_lifetime"></a>`conn_lifetime`
17561670

17571671
Data type: `Any`
@@ -1940,20 +1854,6 @@ the `database_name` parameter. This option is supported in PuppetDB >= 1.6.
19401854

19411855
Default value: `$puppetdb::params::read_database_name`
19421856

1943-
##### <a name="-puppetdb--server--read_log_slow_statements"></a>`read_log_slow_statements`
1944-
1945-
Data type: `Any`
1946-
1947-
This sets the number of seconds before an SQL query to the read database is
1948-
considered "slow." Slow SQL queries are logged as warnings, to assist in
1949-
debugging and tuning. Note PuppetDB does not interrupt slow queries; it simply
1950-
reports them after they complete.
1951-
1952-
The default value is 10 seconds. A value of 0 will disable logging of slow
1953-
queries. This option is supported in PuppetDB >= 1.6.
1954-
1955-
Default value: `$puppetdb::params::read_log_slow_statements`
1956-
19571857
##### <a name="-puppetdb--server--read_conn_max_age"></a>`read_conn_max_age`
19581858

19591859
Data type: `Any`
@@ -1965,18 +1865,6 @@ If not supplied, we default to 60 minutes. This option is supported in PuppetDB
19651865

19661866
Default value: `$puppetdb::params::read_conn_max_age`
19671867

1968-
##### <a name="-puppetdb--server--read_conn_keep_alive"></a>`read_conn_keep_alive`
1969-
1970-
Data type: `Any`
1971-
1972-
This sets the time (in minutes) for a read database connection to remain idle
1973-
before sending a test query to the DB. This is useful to prevent a DB from
1974-
timing out connections on its end.
1975-
1976-
If not supplied, we default to 45 minutes. This option is supported in PuppetDB >= 1.6.
1977-
1978-
Default value: `$puppetdb::params::read_conn_keep_alive`
1979-
19801868
##### <a name="-puppetdb--server--read_conn_lifetime"></a>`read_conn_lifetime`
19811869

19821870
Data type: `Any`

0 commit comments

Comments
 (0)