Displaying 1 result from an estimated 1 matches for "lycastus".
Did you mean:
lacatus
2006 Sep 20
2
Defining function in template files?
...ss
ret = ret + " " + frees[f]
end
ret = ret + "\n"
end
return ret
end
%>
<%= sourcelines(the_stability, the_freeness, the_url) %>
#--------------------------
However, running this gives on a node with "apt-stable" class
included gives:
lycastus:~# puppetd --test
err: Could not retrieve configuration: Failed to parse template
etc/apt/sources.list.erb: bad value for range in file
/etc/puppet/manifests/classes/apt.pp at line 11
Line 11 coresponds to the line in apt.pp holding:
content => template("$conffile.erb")
I can...