Module: Hosties

Defined in:
lib/hosties.rb

Overview

A library to provide easily readable environment definitions.

Constant Summary collapse

EnvironmentDefinitions =

Environment definitions, keyed by type

{}
HostDefinitions =

Host definitions, keyed by type

{}
Environments =

Environment instances, definition type => array of instances

Hash.new{|h,k| h[k] = []}
GroupedEnvironments =

Maps type => hash of specified ‘grouped_by’ value to array of matches

{}