From 7c8fc8b9bd5aeb406f777f36df5fc52b7db5f454 Mon Sep 17 00:00:00 2001 From: "Michael V. O'Brien" Date: Wed, 3 Oct 2007 18:00:52 -0500 Subject: Fixed #854. --- lib/puppet/parser/functions.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/puppet/parser/functions.rb') 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 `_ 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' -- cgit From fd11603fe47668ba72f0d3f2b984174331a0a154 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 3 Oct 2007 21:55:41 -0500 Subject: Removing the Id tags from all of the files --- lib/puppet/parser/functions.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/puppet/parser/functions.rb') diff --git a/lib/puppet/parser/functions.rb b/lib/puppet/parser/functions.rb index 3e5417eef..1d07122d4 100644 --- a/lib/puppet/parser/functions.rb +++ b/lib/puppet/parser/functions.rb @@ -302,4 +302,3 @@ module Functions end end -# $Id$ -- cgit