Module: Chef::Knife::RhnSystemgroupActive::Systemgroup
- Defined in:
- lib/chef/knife/rhn_systemgroup_active.rb
Overview
Until released: github.com/duritong/ruby-rhn_satellite/pull/7
Instance Method Summary collapse
Instance Method Details
#active_systems(group_name) ⇒ Object
20 21 22 |
# File 'lib/chef/knife/rhn_systemgroup_active.rb', line 20 def active_systems(group_name) base.default_call('systemgroup.listActiveSystemsInGroup',group_name) end |