Method: Puppet::Module::Task#files
- Defined in:
- lib/puppet/module/task.rb
#files ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
252 253 254 |
# File 'lib/puppet/module/task.rb', line 252 def files @files ||= self.class.find_files(@name, @module.tasks_directory, , @module_executables, environment_name) end |