Method: Puppet::Module#metadata_file
- Defined in:
- lib/puppet/module.rb
#metadata_file ⇒ Object
295 296 297 298 299 300 301 |
# File 'lib/puppet/module.rb', line 295 def return if defined?() return = nil unless path = File.join(path, "metadata.json") end |