Issue #8401 has been updated by Matthaus Litteken. Target version changed from 2.7.x to 2.7.3
---------------------------------------- Bug #8401: --detailed-exitcodes docs should mention that exitcode is a bitmask https://projects.puppetlabs.com/issues/8401 Author: John Morrissey Status: Closed Priority: Normal Assignee: Nick Fagerlund Category: documentation Target version: 2.7.3 Affected Puppet version: 2.7.1 Keywords: Branch: When running the agent with --detailed-exitcodes, I noticed it exited with status 6 to indicate that (a) there were changes and (b) some of those changes failed. It'd be nice if the docs mentioned this bitmask treatment; changing the --detailed-exitcodes docs to something like this: Provide transaction information via the exit code, which is a bitmask. An exit code of '2' means there were changes, an exit code of '4' means that there were failures during the transaction, and an exit code of '6' (both the 2 and 4 bits set) means that there were both changes and failures during the transaction. -- 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.
