commit | 134f527beb2113c3a6514ddf3ee653bc0fe81214 | [log] [tgz] |
---|---|---|
author | Tomas Kukral <tkukral@mirantis.com> | Thu Nov 09 13:13:05 2017 +0000 |
committer | Gerrit Code Review <gerrit2@44cc31867e31> | Thu Nov 09 13:13:05 2017 +0000 |
tree | dcfb7b2255b9fc2c06f19d2d8d9d13a2e897ddf1 | |
parent | 4777318c738a3d30cd313b85b22f4ba15a6596c4 [diff] | |
parent | a0dd1737aff76267fd62a3d814cce53e9dfa2233 [diff] |
Merge "Fix SystemDiskInodesTooLow alert"
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 }}