Issue #7316 has been updated by Andrew Parker. Assignee changed from eric sorenson to Andrew Parker Branch deleted (https://github.com/puppetlabs/puppet/pull/571)
A document that contains a lot of things that we found while investigating this can be found at <https://docs.google.com/a/puppetlabs.com/document/d/1hNky74PkNgNxTkfxtoz2if6gAYrrPhudVXJSZCsxSMo/edit> The first step that we were going to take was to get CommandLine to use puppet as a library in order to drive out any assumptions around how things where being done. Right now it is too intertwined with private methods that we had a very hard time unraveling what it was doing and how things related to eachother, which were complaints that we often heard from others who tried to use puppet as a library to do things. <https://github.com/puppetlabs/puppet/pull/1288> contains those changes. ---------------------------------------- Bug #7316: puppet face applications (subcommands) delivered via modules should work https://projects.puppetlabs.com/issues/7316#change-77405 Author: Dan Bode Status: Code Insufficient Priority: High Assignee: Andrew Parker Category: Faces Target version: 3.1.0 Affected Puppet version: 3.0.0 Keywords: face faces subcommand application module plugin pluginsync backlog Branch: If you deliver a new face that consists of: * application * face * action for face via pluginsync, then the application isn't actually found, and worse, it taunts you by showing it to you in the list of available subcommands. -- 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.
