HomePhorge

Fix #6281 - Make sure puppetdoc analyzes all files
cfa0c32fc514Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix #6281 - Make sure puppetdoc analyzes all files

It can happen that when parsing a file puppet parses other manifests
if they get imported (this is at least true for site.pp, even in
ignoreimport=true). Thus those files are now "watched".
But puppetdoc needs to analyze all files, and since 99c101 we are now
checking if the file was already parsed to not reparse it again.
If that was the case, though, we weren't analyzing the produced code.
Thus it was possible to not produce documentation for the site.pp content.

Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>

Details

Provenance
Brice Figureau <brice-puppet@daysofwonder.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU48bc7d00ca87: Fix #6280 - puppetdoc crashing on string interpolation
Branches
Unknown
Tags
Unknown

Event Timeline

Brice Figureau <brice-puppet@daysofwonder.com> committed rPUcfa0c32fc514: Fix #6281 - Make sure puppetdoc analyzes all files (authored by Brice Figureau <brice-puppet@daysofwonder.com>).Feb 11 2011, 8:34 PM