summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/templatewrapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Scope[] now returns nil for undefined variablesLuke Kanies2011-07-151-4/+3
* Adding []/[]= support to ScopeLuke Kanies2011-07-151-2/+2
* (#7101) Fix template error messages in Ruby 1.8.5Max Martin2011-04-261-1/+1
* Towards 5027 -- add options hash to lookupvar as with setvarMarkus Roberts2011-04-121-3/+9
* Refactor en route to #5027 -- remove usestring parameter from lookupvarMarkus Roberts2011-04-121-8/+2
* maint: Fix tests that don't run on their ownMatt Robinson2010-11-221-0/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-92/+92
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-3/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-091-3/+3
* All non-transient parser references are goneLuke Kanies2010-02-171-4/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Fixing a bunch of warningsLuke Kanies2009-06-031-1/+3
* Fixing #2250 - Missing templates throw a helpful errorLuke Kanies2009-05-181-5/+2
* Moving file-searching code out of Puppet::ModuleLuke Kanies2009-05-151-2/+3
* Fix #1741 - refactor TemplateWrapper, test for template functionBrice Figureau2008-11-291-22/+30
* Fixes #1663 - added Symbol check and additional testSean E. Millichamp2008-10-231-1/+5
* Fix #1115 - part2 - fix tests and add all_tagsBrice Figureau2008-10-211-1/+6
* Fixed #1663 - Regression relating to facter fact naming from 0.24.5James Turnbull2008-10-211-1/+2
* Fix #1115 - Allow checking tags/classes from ERb templatesBrice Figureau2008-10-141-0/+10
* Added tests for TemplateWrapper's use of Scope#to_hash.Luke Kanies2008-08-091-11/+10
* Expose all puppet variables as instance member variables of the template wrap...Daniel Pittman2008-08-011-13/+40
* Correcting whitespace in the templatewrapper code.Luke Kanies2008-05-131-6/+6
* Adding has_variable? support, fixing ticket #1177Adam Jacob2008-05-131-0/+9
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-1/+1
* Modules are now tested with spec, and they now can handle environment-specifi...Luke Kanies2007-08-251-2/+2
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-201-2/+2
* The template function now tries to first find a template within a modulelutter2007-03-091-5/+1
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-0/+58