NAME

Clustericious::Config::Plugin -- Plugins for clustericious config files.

FUNCTIONS

conf

Returns a mini configuration object which can be used to set values to be the same as keys elsewhere in the configuration.

example :

---
foo : bar
alsofoo : <%= conf->foo %>
one :
  two : three
another : <%= conf->one->two %>
extends_config

Extend the config using another config file.

get_password

Prompt for a password, if it is needed.

SEE ALSO

Clustericious::Config