summaryrefslogtreecommitdiffstats
path: root/documentation/reference/functions.page
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-01-27 20:13:54 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-01-27 20:13:54 +0000
commite29ef5c5bdb05337bec4e18af665399b886720f0 (patch)
tree6dd04c49c168cf7bcc7a05bdd602c400b3538250 /documentation/reference/functions.page
parentaf4f7d7bebfc3b6346c86e90b99f37c98d6bca73 (diff)
downloadpuppet-e29ef5c5bdb05337bec4e18af665399b886720f0.tar.gz
puppet-e29ef5c5bdb05337bec4e18af665399b886720f0.tar.xz
puppet-e29ef5c5bdb05337bec4e18af665399b886720f0.zip
Updating reference docs
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2099 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'documentation/reference/functions.page')
-rw-r--r--documentation/reference/functions.page6
1 files changed, 3 insertions, 3 deletions
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*