|
48 | 48 | Optional[Array] $facts_blacklist = $puppetdb::params::facts_blacklist,
|
49 | 49 | $gc_interval = $puppetdb::params::gc_interval,
|
50 | 50 | $node_purge_gc_batch_limit = $puppetdb::params::node_purge_gc_batch_limit,
|
51 |
| - $log_slow_statements = $puppetdb::params::log_slow_statements, |
52 | 51 | $conn_max_age = $puppetdb::params::conn_max_age,
|
53 |
| - $conn_keep_alive = $puppetdb::params::conn_keep_alive, |
54 | 52 | $conn_lifetime = $puppetdb::params::conn_lifetime,
|
55 | 53 | $puppetdb_package = $puppetdb::params::puppetdb_package,
|
56 | 54 | $puppetdb_service = $puppetdb::params::puppetdb_service,
|
|
67 | 65 | $manage_read_db_password = $puppetdb::params::manage_read_db_password,
|
68 | 66 | $read_database_jdbc_ssl_properties = $puppetdb::params::read_database_jdbc_ssl_properties,
|
69 | 67 | $read_database_validate = $puppetdb::params::read_database_validate,
|
70 |
| - $read_log_slow_statements = $puppetdb::params::read_log_slow_statements, |
71 | 68 | $read_conn_max_age = $puppetdb::params::read_conn_max_age,
|
72 |
| - $read_conn_keep_alive = $puppetdb::params::read_conn_keep_alive, |
73 | 69 | $read_conn_lifetime = $puppetdb::params::read_conn_lifetime,
|
74 | 70 | $confdir = $puppetdb::params::confdir,
|
75 | 71 | $vardir = $puppetdb::params::vardir,
|
|
131 | 127 | facts_blacklist => $facts_blacklist,
|
132 | 128 | gc_interval => $gc_interval,
|
133 | 129 | node_purge_gc_batch_limit => $node_purge_gc_batch_limit,
|
134 |
| - log_slow_statements => $log_slow_statements, |
135 | 130 | conn_max_age => $conn_max_age,
|
136 |
| - conn_keep_alive => $conn_keep_alive, |
137 | 131 | conn_lifetime => $conn_lifetime,
|
138 | 132 | puppetdb_package => $puppetdb_package,
|
139 | 133 | puppetdb_service => $puppetdb_service,
|
|
152 | 146 | manage_read_db_password => $manage_read_db_password,
|
153 | 147 | read_database_jdbc_ssl_properties => $read_database_jdbc_ssl_properties,
|
154 | 148 | read_database_validate => $read_database_validate,
|
155 |
| - read_log_slow_statements => $read_log_slow_statements, |
156 | 149 | read_conn_max_age => $read_conn_max_age,
|
157 |
| - read_conn_keep_alive => $read_conn_keep_alive, |
158 | 150 | read_conn_lifetime => $read_conn_lifetime,
|
159 | 151 | puppetdb_user => $puppetdb_user,
|
160 | 152 | puppetdb_group => $puppetdb_group,
|
|
0 commit comments