Module: Chef::Knife::RhnSystemDelete::System
- Defined in:
- lib/chef/knife/rhn_system_delete.rb
Overview
Until released: github.com/duritong/ruby-rhn_satellite/pull/5
Instance Method Summary collapse
Instance Method Details
#delete(system_id) ⇒ Object
19 20 21 |
# File 'lib/chef/knife/rhn_system_delete.rb', line 19 def delete(system_id) base.default_call('system.deleteSystems',[system_id.to_i]) end |