NAME
MYDan::Deploy::Conf - Load/Inspect maintenance configs
SYNOPSIS
use MYDan::Deploy::Conf;
my $conf = MYDan::Deploy::Conf->new( $name )->dump( \%macro );
CONFIGURATION
YAML file that defines sets of maintenance parameters index by names. Each set defines the following parameters:
target : targets of maintenance, to be devided into batches.
maint : name of maintainance code.
batch : name of batch code.
param : ( optional ) parameters of batch code.