Method: Puppet::Module#all_manifests
- Defined in:
- lib/puppet/module.rb
#all_manifests ⇒ Object
268 269 270 271 272 |
# File 'lib/puppet/module.rb', line 268 def all_manifests return [] unless Puppet::FileSystem.exist?(manifests) Dir.glob(File.join(manifests, '**', '*.pp')) end |