Hi, Is there a way to increase the timeout settings in puppet when it comes to downloading huge file, Im talking of a 1.7GB file being downloaded using wget in a puppet manifest. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
exec { "foo": command => "wget http://foo/bar.tgz", timeout => 0; } The type reference documentation describes the timeout parameter. On Oct 14, 2009, at 5:45 AM, pinoyskull <pinoyskull@gmail.com> wrote:> > Hi, > > Is there a way to increase the timeout settings in puppet when it > comes > to downloading huge file, Im talking of a 1.7GB file being downloaded > using wget in a puppet manifest. > > Thanks. > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
If it''s in an exec: timeout => -1 Trevor On Wed, Oct 14, 2009 at 06:44, pinoyskull <pinoyskull@gmail.com> wrote:> > Hi, > > Is there a way to increase the timeout settings in puppet when it comes > to downloading huge file, Im talking of a 1.7GB file being downloaded > using wget in a puppet manifest. > > Thanks. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---