Hello, I''m running puppet 0.25.4, with a bunch of modules. We are currently in the process of generating HTML documentation with Rdoc. We use the following command in order to perform that puppetdoc --mode rdoc --outputdir /var/www/puppet/ --modulepath ./ modules/ --manifestdir . run from the /etc/puppet/ folder. The documentation is created but we notice a weird behavior, files are included twice. For example, we have a simple ntp module ntp/manifests/init.pp from the web interface (blue top right frame) we see something like: Module ntp In: /etc/puppet/modules/ntp/manifests/init.pp /etc/puppet/modules/ntp/manifests/init.pp That happens for more elaborated modules as well, so defines for example appear twice and such. Anybody experienced the same issue? Thanks, Mattie -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.