From: Peter Palfrader Date: Tue, 10 Sep 2019 14:57:35 +0000 (+0200) Subject: temporarily hardcode debian.org and end of searchpaths X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=946a95b2879d19c72c8b78f5fce685f91d01ecbb;p=mirror%2Fdsa-puppet.git temporarily hardcode debian.org and end of searchpaths --- diff --git a/modules/resolv/templates/resolv.conf.erb b/modules/resolv/templates/resolv.conf.erb index 6e02dbb8e..6f70f489f 100644 --- a/modules/resolv/templates/resolv.conf.erb +++ b/modules/resolv/templates/resolv.conf.erb @@ -16,7 +16,7 @@ end %> <% if @searchpaths.size() > 0 %> -search <%= @searchpaths.join(" ") %> +search <%= @searchpaths.join(" ") %> debian.org <% end -%> <%= nameservers.map{ |ns| "nameserver #{ns}"}.join("\n") %>