summaryrefslogtreecommitdiff
path: root/lib/puppet/type/README.markdown
diff options
context:
space:
mode:
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`