Issue #2538 has been updated by Andrew Parker. Assignee deleted (Stefan Schulte) Target version changed from 3.x to 3.4.0 Branch changed from https://github.com/stschulte/puppet/commits/refactor%2Fnext%2Fexecute to https://github.com/puppetlabs/puppet/pull/2068
The work for #23124 caused us to change the `execute` method's return value to include the exit status. ---------------------------------------- Feature #2538: Puppet::Util.execute should offer a way to get the exit status of the command. https://projects.puppetlabs.com/issues/2538#change-99894 * Author: Nigel Kersten * Status: In Topic Branch Pending Review * Priority: High * Assignee: * Category: plumbing * Target version: 3.4.0 * Affected Puppet version: * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/2068 ---------------------------------------- Puppet::Util.execute should offer a way to get the exit status of the command. We shouldn't have to use system() and $?.exitstatus. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
