From e29ef5c5bdb05337bec4e18af665399b886720f0 Mon Sep 17 00:00:00 2001 From: luke Date: Sat, 27 Jan 2007 20:13:54 +0000 Subject: Updating reference docs git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2099 980ebf18-57e1-0310-9a29-db15c13687c0 --- documentation/reference/functions.page | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/reference/functions.page') diff --git a/documentation/reference/functions.page b/documentation/reference/functions.page index b926b75c3..ad2c03f5a 100644 --- a/documentation/reference/functions.page +++ b/documentation/reference/functions.page @@ -19,7 +19,7 @@ Here are the functions available in Puppet: * **debug** (*statement*): Log a message on the server at level debug. -* **defined** (*rvalue*): Determine whether a given type is defined, either as a native type or a defined type. +* **defined** (*rvalue*): Determine whether a given type is defined, either as a native type or a defined type, or whether a resource has been specified. If you are checking with a resource is defined, use the normal resource reference syntax, e.g., ``File['/etc/passwd']``. * **emerg** (*statement*): Log a message on the server at level emerg. @@ -39,7 +39,7 @@ Here are the functions available in Puppet: * **tagged** (*rvalue*): A boolean function that tells you whether the current container is tagged with the specified tags. The tags are ANDed, so thta all of the specified tags must be included for the function to return true. -* **template** (*rvalue*): Evaluate a template and return its value. See [the templating docs](../advanced/templating.html) for more information. Note that if multiple templates are specified, their output is all concatenated and returned as the output of the function. +* **template** (*rvalue*): Evaluate a template and return its value. See [the templating docs](/trac/puppet/wiki/PuppetTemplating) for more information. Note that if multiple templates are specified, their output is all concatenated and returned as the output of the function. * **warning** (*statement*): Log a message on the server at level warning. @@ -48,4 +48,4 @@ Here are the functions available in Puppet: ---------------- -*This page autogenerated on Fri Jan 05 16:39:02 CST 2007* +*This page autogenerated on Fri Jan 26 16:40:49 CST 2007* -- cgit