Sha256: f259b6f6ec7b8f875798d5b1d15024744afc37a8a0220937292ade9eea741714

Contents?: true

Size: 307 Bytes

Versions: 3

Compression:

Stored size: 307 Bytes

Contents

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`

Version data entries

3 entries across 3 versions & 1 rubygems

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