Issue #4798 has been updated by Ryan Coleman.
As briefly discussed in IRC, this too has been my experience with 2.6.1. I am not able to produce any output aside from the scanning line when using the rdoc mode. I am however able to get limited plain text output when calling puppet doc like so: # puppet doc /path/to/modules/rt/manifests/rt.pp --debug info: scanning: ["/path/to/modules/rt/manifests/rt.pp"] Define the 'rt' class which sets up the installation of Request Tracker -- these lines being sample text added above two separate classes in the file. The rt-deploy class installs all the perl pre-requisites ---------------------------------------- Bug #4798: Puppet doc manifests documentation mode broken http://projects.puppetlabs.com/issues/4798 Author: James Turnbull Status: Accepted Priority: High Assignee: Category: documentation Target version: 2.6.2 Affected version: 2.6.0 Keywords: Branch: In 2.6.1 (and looks like 2.6.0 also) the puppet doc manifests documentation is busted. <pre> $ puppet doc -o /tmp/doc -m rdoc /path/to/manifests/site.pp --debug </pre> Outputs: <pre> info: scanning: ["tmp/doc", "/path/to/manifests/site.pp"] </pre> And produces zilch output. -- 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.
