Issue #11686 has been updated by Nick Fagerlund. Project changed from Puppet Documentation to Puppet Status changed from In Topic Branch Pending Review to Merged - Pending Release
Merged to 2.7.x in commit e87d1e9df77190cf14db1a2e287cefd4de8a61f5 ---------------------------------------- Bug #11686: The default value for the 'exec' type's 'timeout' is not published in the documentation https://projects.puppetlabs.com/issues/11686#change-68476 Author: Justin Honold Status: Merged - Pending Release Priority: Normal Assignee: Nick Fagerlund Category: Target version: Affected Puppet version: Keywords: Branch: https://github.com/puppetlabs/puppet/pull/1004 I recently ran into an exec timeout. The error was intuitive enough, but even debug mode didn't display what the default is. I checked out http://docs.puppetlabs.com/references/stable/type.html#exec and it also didn't specify it, although it indicated that it is non-zero. https://github.com/puppetlabs/puppet/blob/master/lib/puppet/type/exec.rb#L218 - an IRC user referred me - reveals that it is 300. Can this data be published in the documentation? Perhaps dynamically? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
