Issue #13937 has been updated by Matthaus Litteken. Status changed from Unreviewed to Rejected
The puppet module face hasn't been released in FOSS puppet yet (but will be in 2.7.14). It did make it into the pe-puppet that shipped with PE 2.5. It would have been in 2.7.13, but 2.7.13 got bumped to 2.7.14 by our recent security release. ---------------------------------------- Bug #13937: puppet 2.7.13 RPM missing "puppet module" face https://projects.puppetlabs.com/issues/13937#change-60555 Author: Michael Arnold Status: Rejected Priority: Normal Assignee: Category: Red Hat Target version: Affected Puppet version: 2.7.13 Keywords: Branch: The puppet 2.7.13 RPM for EL6 x86_64 from yum.puppetlabs.com is missing files for the "puppet module" face. <pre> # puppet module Error: Unknown Puppet subcommand 'module' See 'puppet help' for help on available puppet subcommands # puppet help module err: Could not find Puppet Face :module err: Try 'puppet help help help' for usage </pre> After grabbing files from pe-puppet-2.7.12 and dropping in /usr/lib/ruby/site_ruby/1.8/puppet/face/module.rb and /usr/lib/ruby/site_ruby/1.8/puppet/application/module.rb, things work. <pre> # puppet module err: 'module' has no default action. See `puppet help module`. # puppet help module USAGE: puppet module <action> [snip] </pre> http://yum.puppetlabs.com/el/6/products/x86_64/puppet-2.7.13-1.el6.noarch.rpm -- 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.
