Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
linux
/
e3b1a9ec90922ad58cef27ee462ada93891f45b5
/
.
/
linux
/
files
/
systemd.conf
blob: 36e01a5528030a022a24d49767a97f8fe1d5ee49 [
file
] [
log
] [
blame
]
{%-
from
"linux/map.jinja"
import
system
with
context
-%}
{%-
for
section
,
options
in
settings
.
iteritems
()
-%}
[{{
section
}}]
{%-
for
option
,
value
in
options
.
iteritems
()
%}
{{
option
}}={{
value
}}
{%-
endfor
-%}
{%-
endfor
-%}