|
44 | 44 | # ood_portal.yml use_rewrites |
45 | 45 | # @param use_maintenance |
46 | 46 | # ood_portal.yml use_maintenance |
47 | | -# @param maintenance_ip_whitelist |
48 | | -# ood_portal.yml maintenance_ip_whitelist |
| 47 | +# @param maintenance_ip_allowlist |
| 48 | +# ood_portal.yml maintenance_ip_allowlist |
49 | 49 | # @param maintenance_source |
50 | 50 | # Source for maintenance index.html |
51 | 51 | # @param maintenance_content |
|
251 | 251 | String $logroot = 'logs', |
252 | 252 | Boolean $use_rewrites = true, |
253 | 253 | Boolean $use_maintenance = true, |
254 | | - Array $maintenance_ip_whitelist = [], |
| 254 | + Array $maintenance_ip_allowlist = [], |
255 | 255 | Optional[String] $maintenance_source = undef, |
256 | 256 | Optional[String] $maintenance_content = undef, |
257 | 257 | Optional[Variant[String, Boolean]] $security_csp_frame_ancestors = undef, |
|
456 | 456 | 'logroot' => $logroot, |
457 | 457 | 'use_rewrites' => $use_rewrites, |
458 | 458 | 'use_maintenance' => $use_maintenance, |
459 | | - 'maintenance_ip_whitelist' => $maintenance_ip_whitelist, |
| 459 | + 'maintenance_ip_allowlist' => $maintenance_ip_allowlist, |
460 | 460 | 'security_csp_frame_ancestors' => $security_csp_frame_ancestors, |
461 | 461 | 'security_strict_transport' => $security_strict_transport, |
462 | 462 | 'lua_root' => $lua_root, |
|
0 commit comments