Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
salt-formulas
/
linux
/
63579717fc0469ac54595842913b149d3cf1d13f
/
.
/
linux
/
network
/
dhclient.sls
blob: 6de2cfd4b2914a5b868b62b0751d39ba92d14f0d [
file
] [
log
] [
blame
]
{%-
from
"linux/map.jinja"
import
network
with
context
%}
{%-
if
network
.
dhclient
.
enabled
|
default
(
False
)
%}
dhclient_conf
:
file
.
managed
:
-
name
:
{{
network
.
dhclient_config
}}
-
source
:
salt
:
//linux/files/dhclient.conf
-
template
:
jinja
{%-
endif
%}