289 290 291 292 293
# File 'lib/puppet/module.rb', line 289 def all_manifests return [] unless Puppet::FileSystem.exist?(manifests) Dir.glob(File.join(manifests, '**', '*.pp')) end