nwops/puppet-retrospec

Finding puppetfiles in nested folders

Dumbaz opened this issue · 1 comments

My folder structure has subfolders in the manifest directory

manifests
├── common
│   ├── file11.pp
│   └── file12.pp
├── settings
│   ├── file21.pp
│   ├── file22.pp
│   └── file23.pp
├── dir3
├── init.pp
└── params.pp

retrospec does not find the puppetfiles in the subdirectories. Is there a way to make it search recursively?

It should do this, let me investigate.