summaryrefslogtreecommitdiff
path: root/cloudinit/templater.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-155/+0
* Change the Cheetah warning to a debug messageAndrew Jorgensen2016-06-061-5/+6
* add feature to allow a custom template for source listChristian Ehrhardt2016-05-121-0/+5
* Low hanging Python 3 fruit.Barry Warsaw2015-01-221-1/+1
* retain trailing newline from template files when using jinja2Scott Moser2014-11-181-1/+3
* Add non braces matching and a few more testsJoshua Harlow2014-07-181-4/+11
* Log the renderer type when rendering filesJoshua Harlow2014-07-161-1/+5
* Add basic renderer support and more robust import handlingJoshua Harlow2014-07-161-26/+81
* Add some basic template testsJoshua Harlow2014-03-071-13/+14
* Switch to jinja & adjust tplsJoshua Harlow2014-03-051-18/+30
* Allow the usage of mako templatesJoshua Harlow2014-03-021-2/+30
* Revert back to using cheetah + adjust resultant code + templatesJoshua Harlow2012-07-091-6/+5
* Allow file rendering to pass in a file permission when writing.Joshua Harlow2012-06-161-2/+2
* Change variable names to reflect usage correctlyJoshua Harlow2012-06-151-3/+3
* Start using tempita instead of the more complicated cheetah.Joshua Harlow2012-06-111-5/+12
* Remove unused imports and reduce lines needed + add copy right.Joshua Harlow2012-06-091-9/+23
* Ensure files end with ".tmpl" if they don't initially.Joshua Harlow2012-06-081-4/+7
* 1. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow2012-06-071-0/+17