diff --git a/deployment/puppet/cobbler/templates/dnsmasq.template.erb b/deployment/puppet/cobbler/templates/dnsmasq.template.erb index 3d77b644c2..72dc61069b 100644 --- a/deployment/puppet/cobbler/templates/dnsmasq.template.erb +++ b/deployment/puppet/cobbler/templates/dnsmasq.template.erb @@ -9,6 +9,7 @@ addn-hosts = /var/lib/cobbler/cobbler_hosts domain=<%= @domain_name %> dhcp-lease-max=<%= @dhcp_lease_max %> server=/<%= @domain_name %>/ +server=/<%= @dns_domain %>/ resolv-file=/etc/dnsmasq.upstream dhcp-match=gpxe,175 interface=<%= @dhcp_interface %>