diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-14 20:20:22 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-14 20:20:22 +0000 |
commit | 4c1a70c79fda6ff44b016217cb228686f99abf63 (patch) | |
tree | 099674b1c9bf2d55d0e34628d3245e7cc162b6da /lib | |
parent | e0237d132ff51160e6ff5093242789d7d7ae1e6c (diff) | |
download | puppet-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.rb | 6 |
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. |