summaryrefslogtreecommitdiff
path: root/lib/puppet/type/README.markdown
blob: 7a169c759e10a4dd3d66083ffc558b23a4875af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Resource Types
==============

Define resource types in this directory.

Filenames should match the resource type name; for example, a resource
type `mytype`, defined like this:

    Puppet::Type.newtype(:mytype) do
        @doc = "Documentation here."
        # ...
    end

Should be found in `mytype.rb`