Gitiles
Code Review
Sign In
gerrit.opencord.org
/
platform-install
/
231c65cdd487104a6be9ab84a5d41b9d96c95fc4
/
.
/
roles
/
dns-configure
/
templates
/
base.j2
blob: 7eadcf186224b413b406777a633eaac9a684a5a5 [
file
] [
log
] [
blame
]
{%
if
dns_search
is
defined
%}
search
{%
for
searchdom
in
dns_search
%}
{{
searchdom
}}{%
endfor
%}
{%
endif
%}