|
307 | 307 | Optional[String] $api_ca_file,
|
308 | 308 | Optional[String] $api_ca_path,
|
309 | 309 | String $api_host,
|
310 |
| - Tea::Port $api_port, |
| 310 | + Integer[0, 65535] $api_port, |
311 | 311 | Enum['http', 'https'] $api_protocol,
|
312 | 312 | Integer $api_timeout,
|
313 | 313 | Boolean $autoupgrade,
|
314 | 314 | Hash $config,
|
315 |
| - Tea::Absolutepath $configdir, |
| 315 | + Stdlib::Absolutepath $configdir, |
316 | 316 | String $daily_rolling_date_pattern,
|
317 | 317 | Elasticsearch::Multipath $datadir,
|
318 | 318 | Boolean $datadir_instance_directories,
|
319 | 319 | String $default_logging_level,
|
320 |
| - Tea::Absolutepath $defaults_location, |
| 320 | + Stdlib::Absolutepath $defaults_location, |
321 | 321 | Optional[String] $download_tool,
|
322 | 322 | String $elasticsearch_group,
|
323 | 323 | String $elasticsearch_user,
|
324 | 324 | Enum['dailyRollingFile', 'rollingFile'] $file_rolling_type,
|
325 |
| - Tea::Absolutepath $homedir, |
| 325 | + Stdlib::Absolutepath $homedir, |
326 | 326 | Hash $indices,
|
327 | 327 | Hash $init_defaults,
|
328 | 328 | Optional[String] $init_defaults_file,
|
329 | 329 | String $init_template,
|
330 | 330 | Hash $instances,
|
331 | 331 | Array[String] $jvm_options,
|
332 |
| - Tea::Absolutepath $logdir, |
| 332 | + Stdlib::Absolutepath $logdir, |
333 | 333 | Hash $logging_config,
|
334 | 334 | Optional[String] $logging_file,
|
335 | 335 | Optional[String] $logging_template,
|
336 | 336 | Boolean $manage_repo,
|
337 |
| - Tea::Absolutepath $package_dir, |
| 337 | + Stdlib::Absolutepath $package_dir, |
338 | 338 | Integer $package_dl_timeout,
|
339 | 339 | String $package_name,
|
340 | 340 | Enum['package'] $package_provider,
|
341 | 341 | Optional[String] $package_url,
|
342 |
| - Optional[Tea::Absolutepath] $pid_dir, |
| 342 | + Optional[Stdlib::Absolutepath] $pid_dir, |
343 | 343 | Hash $pipelines,
|
344 |
| - Tea::Absolutepath $plugindir, |
| 344 | + Stdlib::Absolutepath $plugindir, |
345 | 345 | Hash $plugins,
|
346 |
| - Optional[Tea::HTTPUrl] $proxy_url, |
| 346 | + Optional[Stdlib::HTTPUrl] $proxy_url, |
347 | 347 | Boolean $purge_configdir,
|
348 | 348 | Boolean $purge_package_dir,
|
349 | 349 | Boolean $purge_secrets,
|
350 | 350 | Optional[String] $repo_baseurl,
|
351 | 351 | String $repo_key_id,
|
352 |
| - Tea::HTTPUrl $repo_key_source, |
| 352 | + Stdlib::HTTPUrl $repo_key_source, |
353 | 353 | Optional[Integer] $repo_priority,
|
354 | 354 | Optional[String] $repo_proxy,
|
355 | 355 | Variant[Boolean, String] $repo_stage,
|
|
366 | 366 | Enum['init', 'openbsd', 'openrc', 'systemd'] $service_provider,
|
367 | 367 | Elasticsearch::Status $status,
|
368 | 368 | Optional[String] $system_key,
|
369 |
| - Tea::Absolutepath $systemd_service_path, |
| 369 | + Stdlib::Absolutepath $systemd_service_path, |
370 | 370 | Hash $templates,
|
371 | 371 | Hash $users,
|
372 | 372 | Boolean $validate_tls,
|
|
0 commit comments