summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-07-14 20:20:22 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-07-14 20:20:22 +0000
commit4c1a70c79fda6ff44b016217cb228686f99abf63 (patch)
tree099674b1c9bf2d55d0e34628d3245e7cc162b6da /lib
parente0237d132ff51160e6ff5093242789d7d7ae1e6c (diff)
downloadpuppet-4c1a70c79fda6ff44b016217cb228686f99abf63.tar.gz
puppet-4c1a70c79fda6ff44b016217cb228686f99abf63.tar.xz
puppet-4c1a70c79fda6ff44b016217cb228686f99abf63.zip
Reordering some of the type docs
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2695 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/reference/type.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/reference/type.rb b/lib/puppet/reference/type.rb
index b84a761cc..d9ac57f2b 100644
--- a/lib/puppet/reference/type.rb
+++ b/lib/puppet/reference/type.rb
@@ -66,9 +66,6 @@ Resource Types
dependency handling), and because ``path`` is the namevar for ``file``, that
string is assigned to the ``path`` parameter.
-- *Features* are abilities that some providers might not support. You can use the list
- of supported features to determine how a given provider can be used.
-
- *Parameters* determine the specific configuration of the instance. They either
directly modify the system (internally, these are called properties) or they affect
how the instance behaves (e.g., adding a search path for ``exec`` instances
@@ -82,6 +79,9 @@ Resource Types
binaries indicate that Puppet will search for the binary using the shell
path.
+- *Features* are abilities that some providers might not support. You can use the list
+ of supported features to determine how a given provider can be used.
+
Resource types define features they can use, and providers can be tested to see
which features they provide.