Method: PDK::Generate::PuppetObject#update_manager_instance
- Defined in:
- lib/pdk/generate/puppet_object.rb
#update_manager_instance ⇒ 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.
Creates an instance of an update manager
79 80 81 82 |
# File 'lib/pdk/generate/puppet_object.rb', line 79 def update_manager_instance require 'pdk/module/update_manager' PDK::Module::UpdateManager.new end |