temporarily hardcode debian.org and end of searchpaths
[mirror/dsa-puppet.git] / modules / resolv / templates / resolv.conf.erb
index 6e02dbb..6f70f48 100644 (file)
@@ -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") %>