2 ### THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ### USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
11 scope.function_warning(["Something has gone wrong writing resolv.conf. No nameservers to use - using google's!"])
12 nameservers << '8.8.8.8'
13 nameservers << '8.8.4.4'
18 <% if @searchpaths.size() > 0 %>
19 search <%= @searchpaths.join(" ") %>
22 <%= nameservers.map{ |ns| "nameserver #{ns}"}.join("\n") %>
24 <% if @resolvoptions.size() > 0 %>
25 options <%= @searchpaths.join(" ") %>