summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgJinja2Generator.py
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with Jinja < 2.7.Gordon Messmer2015-09-091-3/+9
|
* Keep trailing newlines in Jinja2 templates.Gordon Messmer2015-09-091-1/+3
|
* Plugins/Cfg: Don't depend on jinja2Alexander Sulfrian2015-07-201-14/+15
| | | | | If jinja2 is not available, we cannot use some classes. So the access to these classes have to be dependent on the available of jinja2.
* Add loader/environment to Jinja2 templates so that files canGordon Messmer2014-11-061-3/+42
| | | | include or extend other files.
* Update CfgJinja2Generator.py to more closely match git master code.Gordon Messmer2014-09-111-8/+22
| | | The first version matched Bcfg2-1.3.4.
* First pass at Jinja2 support for Cfg.Gordon Messmer2014-09-111-0/+38