Method: Puppet::Module#all_manifests

Defined in:
lib/puppet/module.rb

#all_manifestsObject



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