| Puppet Version: 7.20 Puppet Server Version: 7.20 OS Name/Version: AlmaLinux 9 When fetching a resource over https, it is possible to reach a 60 second timeout canceling the fetch. This can be an intermittent problem if an overloaded webserver is hit by multiple clients at time or the link is temporarily congested. Desired Behavior: A way increase the timeout Actual Behavior: file { "${esp_dir}/${efi_rescue_dir}/images/${stage2_name}": ensure => 'file', source => 'https://linux-mirrors.fnal.gov/linux/almalinux/9/BaseOS/x86_64/kickstart/images/install.img', } Examples: Run puppet agent with --test --trace --debug
|