summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/functions.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-10-03 18:01:42 -0500
committerLuke Kanies <luke@madstop.com>2007-10-03 18:01:42 -0500
commit7da2031beb46c744a2a33af01d84e0d397b1e9ae (patch)
treefd24a731d20e6ec5d5453da1705039eb25957642 /lib/puppet/parser/functions.rb
parentd4afe39fa1aeb4f4e9d1bcdaf0f924aac2f00584 (diff)
parent7c8fc8b9bd5aeb406f777f36df5fc52b7db5f454 (diff)
downloadpuppet-7da2031beb46c744a2a33af01d84e0d397b1e9ae.tar.gz
puppet-7da2031beb46c744a2a33af01d84e0d397b1e9ae.tar.xz
puppet-7da2031beb46c744a2a33af01d84e0d397b1e9ae.zip
Merge branch 'master' of git://michaelobrien.info/puppet
Diffstat (limited to 'lib/puppet/parser/functions.rb')
-rw-r--r--lib/puppet/parser/functions.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/puppet/parser/functions.rb b/lib/puppet/parser/functions.rb
index 7ffdb6ccb..3e5417eef 100644
--- a/lib/puppet/parser/functions.rb
+++ b/lib/puppet/parser/functions.rb
@@ -200,11 +200,9 @@ module Functions
end
newfunction(:template, :type => :rvalue, :doc => "Evaluate a template and
- return its value. See `the templating docs`_
+ 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.
-
- .. _the templating docs: /trac/puppet/wiki/PuppetTemplating
") do |vals|
require 'erb'