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, 0 insertions, 14 deletions
diff --git a/lib/puppet/type/README.markdown b/lib/puppet/type/README.markdown
deleted file mode 100644
index 7a169c7..0000000
--- a/lib/puppet/type/README.markdown
+++ /dev/null
@@ -1,14 +0,0 @@
-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`