On 15/03/11 22:14, windowsrefund wrote: > I've got thousands of node definitions under manifests/nodes and don't > see any way to avoid documenting them when calling puppetdoc. Am I > missing something?
To my knowledge it's not possible directly. > puppetdoc --all -m rdoc --modulepath modules --manifestdir manifests > manifests/site.pp > > I've tried commenting out the lines in site.pp that import the node > definitions but puppetdoc appears to find them regardless. If you don't care about the manifests that are in "manifests", you can try: puppetdoc --all -m rdoc --modulepath modules --manifestdir /path/to/emptydir The idea is that puppetdoc will parse only the modules. HTH, -- Brice Figureau My Blog: http://www.masterzen.fr/ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.