Issue #7130 has been reported by Corey Osman. ---------------------------------------- Feature #7130: Add ability to query module for basic information https://projects.puppetlabs.com/issues/7130
Author: Corey Osman Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: classes, modules Branch: I would like the ability to query a module/class to get some details about it from the command line and through the rest API. If a user decides to create a module using the "puppet-module generate" function. It would be nice to retrieve some module/class attributes such as: Author, description, name, version, usage. I would like to be able to provide this information for my mobile app which currently only lists the class name. <pre> # Class: defaults # # This module manages defaults # # Parameters: # # Actions: # # Requires: # # Sample Usage: </pre> -- 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.
