Bug #119
Child classes more than one layer deep in modules get missed
Description
The puppet:import:puppet_classes task only looks for pp files in the top level directory of each module, meaning that any classes contained in subdirectories get missed. Simple one line fix attached.
Associated revisions
History
#1
Updated by Frank Sweetser over 13 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 380dd66b15436670b36254705cb10c4e302e014a.
#2
Updated by Ohad Levy over 13 years ago
- Status changed from Ready For Testing to Closed
- Target version set to 0.1-3
fixes #119 - Recurse into module directories when looking for classes