Sha256: c8a26ca3e9b193ffd30dd01d3642772baa48695af7cb10a471323659a9a49e9e

Contents?: true

Size: 667 Bytes

Versions: 3

Compression:

Stored size: 667 Bytes

Contents

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.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
puppet-module-0.3.3 templates/generator/manifests/README.markdown
puppet-module-0.3.2 templates/generator/manifests/README.markdown
puppet-module-0.3.0 templates/generator/manifests/README.markdown