hey puppeteers, I use an exec type to download large files to our puppet nodes. On slow links a timeout occurs. I tried setting the timeout to a negative value, default value or zero. Nothing seems to have the desired effect. The wget transfer takes appr. an hour. my wget definition looks like this: define wget($source, $options = "", $unless = "") { exec {"wget $options -O $title $source": path => "/usr/bin:/opt/csw/bin", unless => "$unless", timeout => 0, require => Package["wget"] } } Any hints? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---