From 8807ac2950f1eff5efd5204c180d4cfc56378163 Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 9 Jul 2007 21:32:33 +0000 Subject: Changing "element" to "resource" in the documentation, which just aligns with a terminology change we made almost a year ago. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2665 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/reference/type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/reference') diff --git a/lib/puppet/reference/type.rb b/lib/puppet/reference/type.rb index 0093a555a..b84a761cc 100644 --- a/lib/puppet/reference/type.rb +++ b/lib/puppet/reference/type.rb @@ -11,7 +11,7 @@ type = Puppet::Util::Reference.newreference :type, :doc => "All Puppet resource str = %{ Metaparameters -------------- -Metaparameters are parameters that work with any element; they are part of the +Metaparameters are parameters that work with any resource type; they are part of the Puppet framework itself rather than being part of the implementation of any given instance. Thus, any defined metaparameter can be used with any instance in your manifest, including defined components. -- cgit