Bigtop::Backend::Conf::Gantry - makes Config::Gantry conf files


Bigtop documentation  | view source Contained in the Bigtop distribution.

Index


NAME

Top

Bigtop::Backend::Conf::Gantry - makes Config::Gantry conf files

SYNOPSIS

Top

If your bigtop file includes:

    config {
        Conf Gantry { instance name; }
    }

and there are controllers in your app section, this module will generate docs/httpd.conf when you type:

    bigtop app.bigtop Conf

or

    bigtop app.bigtop all

You can then directly Include this conf in your system httpd.conf or in one of its virtual hosts.

DESCRIPTION

Top

This is a Bigtop backend which generates gantry.conf files. These have the format of Config::General.

KEYWORDS

Top

This module does not register any keywords. See Bigtop::Conf for a list of allowed keywords (think app and controller level 'location' and controller level 'rel_location' statements).

METHODS

Top

To keep podcoverage tests happy.

backend_block_keywords

Tells tentmaker that I understand these config section backend block keywords:

    no_gen
    instance
    template

what_do_you_make

Tells tentmaker what this module makes. Summary: app.conf in Config::General format, suitable for immediate use with Gantry::Conf in /etc/gantry.d or its equivalent on your system.

gen_Conf

Called by Bigtop::Parser to get me to do my thing.

output_conf

What I call on the various AST packages to do my thing.

setup_template

Called by Bigtop::Parser so the user can substitute an alternate template for the hard coded one here.

AUTHOR

Top

Phil Crow <crow.phil@gmail.com>

COPYRIGHT and LICENSE

Top


Bigtop documentation  | view source Contained in the Bigtop distribution.