commit | 4777318c738a3d30cd313b85b22f4ba15a6596c4 | [log] [tgz] |
---|---|---|
author | Ales Komarek <akomarek@mirantis.com> | Thu Nov 09 11:48:26 2017 +0000 |
committer | Gerrit Code Review <gerrit2@44cc31867e31> | Thu Nov 09 11:48:26 2017 +0000 |
tree | 72ef7395fcf9c578a48978027811d981c1ca71c3 | |
parent | 2cb0421818eda3a434d5b47550b0028e475833da [diff] | |
parent | 05f890984451d07b70a5e90875eceef8675ff6d8 [diff] |
Merge "Insert a new line before a section name"
diff --git a/linux/files/systemd.conf b/linux/files/systemd.conf index 36e01a5..2663aed 100644 --- a/linux/files/systemd.conf +++ b/linux/files/systemd.conf
@@ -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 }}