|
152 | 152 | # Windows and ['systemd.timer'] on other |
153 | 153 | # systems. |
154 | 154 | # |
155 | | -# $auth_template:: Use a custom template for /etc/puppetlabs/puppet/auth.conf |
156 | | -# |
157 | 155 | # $pluginsource:: URL to retrieve Puppet plugins from during pluginsync |
158 | 156 | # |
159 | 157 | # $pluginfactsource:: URL to retrieve Puppet facts from during pluginsync |
|
406 | 404 | # 'TLS_RSA_WITH_AES_128_CBC_SHA256', 'TLS_RSA_WITH_AES_128_CBC_SHA', ] |
407 | 405 | # |
408 | 406 | # $server_ruby_load_paths:: List of ruby paths |
409 | | -# Defaults based on $::puppetversion |
410 | 407 | # |
411 | 408 | # $server_ca_client_whitelist:: The whitelist of client certificates that |
412 | 409 | # can query the certificate-status endpoint |
|
425 | 422 | # $server_ca_client_self_delete:: Adds a rule to auth.conf, that allows a client to delete its own certificate |
426 | 423 | # Defaults to false |
427 | 424 | # |
428 | | -# $server_use_legacy_auth_conf:: Should the puppetserver use the legacy puppet auth.conf? |
429 | | -# Defaults to false (the puppetserver will use its own conf.d/auth.conf) |
430 | | -# Note that Puppetserver 7 has dropped this option. |
431 | | -# |
432 | 425 | # $server_check_for_updates:: Should the puppetserver phone home to check for available updates? |
433 | 426 | # Defaults to true |
434 | 427 | # |
|
448 | 441 | # Defaults to 30000, using the Jetty default of 30s |
449 | 442 | # |
450 | 443 | # $server_puppetserver_metrics:: Enable puppetserver http-client metrics |
451 | | -# Defaults to true, matching defaults in Puppetserver 5+. |
452 | 444 | # |
453 | 445 | # $server_puppetserver_profiler:: Enable JRuby profiling. |
454 | | -# Defaults to true, matching defaults in Puppetserver 5+. |
455 | 446 | # If set to false, compiler and function metrics will not be available, (eg. when enabling graphite metrics) |
456 | 447 | # |
457 | 448 | # $server_puppetserver_telemetry:: Enable Dropsonde telemetry. |
458 | 449 | # Undef means disabled while booleans are explicit opt-in or opt-out. |
459 | 450 | # This is different from Puppetserver's default values. |
460 | | -# Only valid since Puppetserver 7. |
461 | 451 | # |
462 | 452 | # $server_metrics_jmx_enable:: Enable or disable JMX metrics reporter. Defaults to true |
463 | 453 | # |
|
571 | 561 | # |
572 | 562 | # class {'puppet': |
573 | 563 | # agent_noop => true, |
574 | | -# version => '6.15.0-1', |
| 564 | +# version => '7.24.0-1', |
575 | 565 | # } |
576 | 566 | # |
577 | 567 | class puppet ( |
|
630 | 620 | String $classfile = $puppet::params::classfile, |
631 | 621 | String $hiera_config = $puppet::params::hiera_config, |
632 | 622 | String $localconfig = $puppet::params::localconfig, |
633 | | - String $auth_template = $puppet::params::auth_template, |
634 | 623 | Boolean $allow_any_crl_auth = $puppet::params::allow_any_crl_auth, |
635 | 624 | Array[String] $auth_allowed = $puppet::params::auth_allowed, |
636 | 625 | Variant[String, Array[String]] $client_package = $puppet::params::client_package, |
|
723 | 712 | Integer[0] $server_max_queued_requests = $puppet::params::server_max_queued_requests, |
724 | 713 | Integer[0] $server_max_retry_delay = $puppet::params::server_max_retry_delay, |
725 | 714 | Boolean $server_multithreaded = $puppet::params::server_multithreaded, |
726 | | - Boolean $server_use_legacy_auth_conf = $puppet::params::server_use_legacy_auth_conf, |
727 | 715 | Boolean $server_check_for_updates = $puppet::params::server_check_for_updates, |
728 | 716 | Boolean $server_environment_class_cache_enabled = $puppet::params::server_environment_class_cache_enabled, |
729 | 717 | Boolean $server_allow_header_cert_info = $puppet::params::server_allow_header_cert_info, |
|
0 commit comments