diff options
Diffstat (limited to 'lib/puppet')
-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. |