Module: Chef::Knife::RhnSystemgroupActive::Systemgroup

Defined in:
lib/chef/knife/rhn_systemgroup_active.rb

Overview

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