summaryrefslogtreecommitdiff
path: root/lib/puppet/type/README.markdown
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2011-02-23 14:05:56 -0500
committerJeff McCune <jeff@puppetlabs.com>2011-02-23 14:05:56 -0500
commit384ffd957153f65eb4f47b3142d98853c31b4124 (patch)
treea46170c873e3e93a3261a1a93eb72a8466e8abba /lib/puppet/type/README.markdown
Initial commit
Diffstat (limited to 'lib/puppet/type/README.markdown')
-rw-r--r--lib/puppet/type/README.markdown14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/puppet/type/README.markdown b/lib/puppet/type/README.markdown
new file mode 100644
index 0000000..7a169c7
--- /dev/null
+++ b/lib/puppet/type/README.markdown
@@ -0,0 +1,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`