Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
linux
/
f73b92fddf982887b11656b0fb94ad65077972d5
/
.
/
linux
/
files
/
systemd.conf
blob: 2663aeda43adca8be4b666e2eddab23a725bf819 [
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
-%}