Class: Chef::Knife::PkgInstallUpdates
- 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], ) end |
#run ⇒ Object
112 113 114 |
# File 'lib/chef/knife/pkg_install_updates.rb', line 112 def run super end |