module-nginx/manifests
2011-05-24 21:20:48 -05:00
..
config.pp 20110524 Work Snapshot 2011-05-24 21:20:48 -05:00
init.pp 20110524 Work Snapshot 2011-05-24 21:20:48 -05:00
install.pp 20110524 Work Snapshot 2011-05-24 21:20:48 -05:00
params.pp 20110524 Work Snapshot 2011-05-24 21:20:48 -05:00
README.markdown 20110524 Work Snapshot 2011-05-24 21:20:48 -05:00
service.pp 20110524 Work Snapshot 2011-05-24 21:20:48 -05:00
vhost.pp 20110524 Work Snapshot 2011-05-24 21:20:48 -05:00

Manifests

Module manifest files belong in this directory.

init.pp defines how the module will carry out its tasks in this file.

Add additional definitions in this directory. Their file paths should match the definition name; for example, a definition mydefinition, defined like this:

# Definition: mydefinition
#
# This is the mydefinition in the mymodule module.
#
# Parameters:
#
# Actions:
#
# Requires:
#
# Sample Usage:
#
# [Remember: No empty lines between comments and class definition]
define mydefinition {
    # ...
}

Should be found in mydefinition.pp in this directory.