Issue #7116 has been updated by Daniel Pittman. Category set to interfaces Assignee set to Daniel Pittman Target version set to Statler
This is rooted in our failure to support any `Puppet::Application` level option declaration. Putting them after the action will get things working for now, and we will resolve the underlying problem before gold. ---------------------------------------- Bug #7116: Cannot use faces with --debug https://projects.puppetlabs.com/issues/7116 Author: Jeff McCune Status: Unreviewed Priority: Normal Assignee: Daniel Pittman Category: interfaces Target version: Statler Affected Puppet version: 2.7.0rc1 Keywords: Branch: # 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.
