Issue #13937 has been updated by Michael Arnold.
[Module of the Week: rtyler/jenkins – Continuous Integration Server](http://puppetlabs.com/blog/module-of-the-week-rtylerjenkins-continuous-integration-server/) implied that it was available, which is why I went looking for it. I guess I'll wait. :-( ---------------------------------------- Bug #13937: puppet 2.7.13 RPM missing "puppet module" face https://projects.puppetlabs.com/issues/13937#change-60596 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.
