Method: Puppet::ModuleTool::InstalledModules::ModuleRelease#install
- Defined in:
- lib/puppet/module_tool/installed_modules.rb
#install(dir) ⇒ 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.
90 91 92 |
# File 'lib/puppet/module_tool/installed_modules.rb', line 90 def install(dir) # If we're already installed, there's no need for us to faff about. end |