Method: Bolt::Inventory::Inventory#collect_groups

Defined in:
lib/bolt/inventory/inventory.rb

#collect_groupsObject



45
46
47
48
# File 'lib/bolt/inventory/inventory.rb', line 45

def collect_groups
  # Provide a lookup map for finding a group by name
  @group_lookup = @groups.collect_groups
end