NAME

PERL : Libconf::Glueconf::NUT::Ups_conf C/PYTHON/RUBY : NUT/Ups_conf

DESCRIPTION

Libconf::Glueconf::NUT::Ups_conf is a template for the ups.conf configuration file

SYNOPSIS

$ups = new Libconf::Glueconf::NUT::Ups_conf({ filename => '/etc/ups/ups.conf' });
...
edit $ups
...
$ups->write_conf();

CONSTRUCTOR

new($options)

creates the template

$template = new Libconf::Glueconf::NUT::Ups_conf({
                                                  .. arguments .. 
                                                })

the options are the same as in Libconf::Templates::Ups, look there to have the details.

METHODS

See <Libconf::Glueconf> for general methods