Browse Source

Merge "Insert a new line before a section name"

pull/128/head
Ales Komarek 7 years ago
parent
commit
4777318c73
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/files/systemd.conf

+ 1
- 1
linux/files/systemd.conf View File

@@ -1,5 +1,5 @@
{%- from "linux/map.jinja" import system with context -%}
{%- for section, options in settings.iteritems() -%}
{%- for section, options in settings.iteritems() %}
[{{ section }}]
{%- for option, value in options.iteritems() %}
{{ option }}={{ value }}

Loading…
Cancel
Save