Browse Source

Fix invalid syntax in jinja file

tags/2016.12
Filip Pytloun 9 years ago
parent
commit
0c4ac7afd7
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      linux/files/limits.conf

+ 2
- 5
linux/files/limits.conf View File

{%- from "linux/map.jinja" import system with context %}
{%- set limit = system.limit.get(limit_name) %}
# Limits for {{ limit.domain }}

{%- from "linux/map.jinja" import system with context %}{%- set limit = system.limit.get(limit_name) %}# Limits for {{ limit.domain }}
{%- for entry in limit.limits %} {%- for entry in limit.limits %}
{{ limit.domain }} {{ entry.type }} {{ entry.item }} {{ entry.value }} {{ limit.domain }} {{ entry.type }} {{ entry.item }} {{ entry.value }}
{%- endfor %}


{%- endfor %} {%- endfor %}


Loading…
Cancel
Save