module_formatter now also uses Jinja2 trim_blocks

- Updated man template accordingly
- seem to have left in illegal char in facter DOCUMENTATION...
This commit is contained in:
Jan-Piet Mens 2012-09-30 15:06:18 +02:00
parent f13e20655e
commit e4338d0ca3
3 changed files with 22 additions and 19 deletions

View file

@ -221,6 +221,7 @@ def main():
env = Environment(loader=FileSystemLoader(args.template_dir),
variable_start_string="@{",
variable_end_string="}@",
trim_blocks=True,
)
env.globals['xline'] = rst_xline