Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Latest commit

 

History

History

manifests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.