Comment 1 for bug 950183

Revision history for this message
Adam Gandelman (gandelman-a) wrote :

Hey Glen-- Thanks for reporting this and helping us make Ubuntu better!

I believe the issue here is that 'puppet config print' returns 0 on failure. The maintainer script is 'set -e', but in this case the errors are not caught. I'm wondering the script should be attempting to parse "err: " from calls to config print and fail early, or we should work on a patch to puppet to properly return non-zero on those errors.