Class: Chef::Knife::PkgInstallUpdates

Inherits:
PkgBase
  • Object
show all
Defined in:
lib/chef/knife/pkg_install_updates.rb

Instance Method Summary collapse

Instance Method Details

#process(node, session) ⇒ Object



116
117
118
# File 'lib/chef/knife/pkg_install_updates.rb', line 116

def process(node, session)
  ::Knife::Pkg::PackageController.update!(node, session, config[:updates], pkg_options)
end

#runObject



112
113
114
# File 'lib/chef/knife/pkg_install_updates.rb', line 112

def run
  super
end