8910188786
Add support of using external DNS and NTP in HA mode. Change-Id: I9d741c638c1bd034ec3b451cffa1e70a3fee802a Implements: blueprint external-dns-ntp-support Closes-Bug: 1368514
4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
<% @external_dns.each do |dns| -%>
|
|
nameserver <%= dns %>
|
|
<% end -%>
|