Issue #21194 has been updated by Charlie Sharpsteen. Description updated
---------------------------------------- Feature #21194: Add module name to puppet resource_type face output https://projects.puppetlabs.com/issues/21194#change-92740 * Author: Raghavendra Rachamadugu * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: * Keywords: * Branch: ---------------------------------------- Module is one of the important properties of a resource_type but that's not included in the output of resource_type face. See below. <pre> $ puppet resource_type find apache --render-as json { "doc": "Class: apache\n\nThis class installs Apache\n\nParameters:\n\nActions:\n - Install Apache\n - Manage Apache service\n\nRequires:\n\nSample Usage:\n\n", "file": "/Users/rrachamadugu/.puppet/modules/apache/manifests/init.pp", "kind": "class", "line": 15, "name": "apache", "parameters": { "default_mods": "true", "purge_vdir": "true", "sendfile": "false", "serveradmin": "\"root@localhost\"", "service_enable": "true" } } </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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
