|
376 | 376 | Optional[String] $dhcp_peer_address = undef, |
377 | 377 | Enum['standalone', 'primary', 'secondary'] $dhcp_node_type = 'standalone', |
378 | 378 | Optional[String] $dhcp_failover_address = $foreman_proxy::params::dhcp_failover_address, |
379 | | - Optional[Stdlib::Port] $dhcp_failover_port = 519, |
380 | | - Optional[Integer[0]] $dhcp_max_response_delay = 30, |
381 | | - Optional[Integer[0]] $dhcp_max_unacked_updates = 10, |
382 | | - Optional[Integer[0]] $dhcp_mclt = 300, |
383 | | - Optional[Integer[0, 255]] $dhcp_load_split = 255, |
384 | | - Optional[Integer[0]] $dhcp_load_balance = 3, |
| 379 | + Stdlib::Port $dhcp_failover_port = 519, |
| 380 | + Integer[0] $dhcp_max_response_delay = 30, |
| 381 | + Integer[0] $dhcp_max_unacked_updates = 10, |
| 382 | + Integer[0] $dhcp_mclt = 300, |
| 383 | + Integer[0, 255] $dhcp_load_split = 255, |
| 384 | + Integer[0] $dhcp_load_balance = 3, |
385 | 385 | Boolean $dhcp_manage_acls = $foreman_proxy::params::dhcp_manage_acls, |
386 | 386 | Boolean $dns = false, |
387 | 387 | Foreman_proxy::ListenOn $dns_listen_on = 'https', |
|
0 commit comments