Issue #7116 has been updated by Jeff McCune.
# Closed? # With the 2.7.0 release, should this be closed? I notice the related #7062 is already closed. ---------------------------------------- Bug #7116: Cannot use faces with --debug https://projects.puppetlabs.com/issues/7116 Author: Jeff McCune Status: Merged - Pending Release Priority: Normal Assignee: Daniel Pittman Category: Faces Target version: 2.7.x Affected Puppet version: 2.7.0rc1 Keywords: cloudpack Branch: https://github.com/daniel-pittman/puppet/tree/bug/2.7.x/7062-improve-cloudpack-option-parsing-errors # Note # This is a quick ticket (I'm on site) I'll try and update with more information when I'm off customer time. # Overview # <pre> 644 application:master+!? % puppet --debug catalog compare foo jeff ttys004 Could not run: Could not find file catalog 645 application:master+!? % puppet catalog --debug compare foo jeff ttys004 Could not parse options: invalid option: --debug 646 application:master+!? % puppet catalog -d compare foo jeff ttys004 Could not parse options: invalid option: -d </pre> # Expected Behavior # Puppet Faces should allow running in debug mode from the command line. The option is pervasive and it shouldn't need to be coded for each custom face. -- 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.
