fuel-library/deployment/puppet/cobbler/templates/dnsmasq.upstream.erb
Matthew Mosesohn 0851ef1357 Fix dns domain and search settings on Fuel Master
Cobbler and Fuel Master resolv.conf contained
incorrect or inconsistent search domain
information. Now they contain values that
match astute.yaml

Change-Id: Ie9a6cb6d8cbd8be66b354a082e6c2a7aee88c3bf
Closes-Bug: #1350395
2014-08-02 14:07:07 +04:00

6 lines
133 B
Plaintext

domain <%= @dns_domain %>
search <%= @dns_search %>
<%- @dns_upstream.split(',').each do |dns| -%>
nameserver <%= dns %>
<%- end -%>