From: Peter Palfrader Date: Sat, 5 Mar 2011 12:43:50 +0000 (+0100) Subject: continued fight against templates X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=ae44d955fa429cbfbec37b612b7fa57a3ef6a784 continued fight against templates --- diff --git a/modules/resolv/templates/resolv.conf.erb b/modules/resolv/templates/resolv.conf.erb index 67f8d64a..a36665fa 100644 --- a/modules/resolv/templates/resolv.conf.erb +++ b/modules/resolv/templates/resolv.conf.erb @@ -26,7 +26,7 @@ if defined?(unbound) and unbound and unbound == "true" else if nameservers.empty? #raise Puppet::ParseError, "Something has gone wrong writing resolv.conf. No nameservers to use!" - scope.function_warning("Something has gone wrong writing resolv.conf. No nameservers to use - using google's!") + #scope.function_warning("Something has gone wrong writing resolv.conf. No nameservers to use - using google's!") nameservers << '8.8.8.8' nameservers << '8.8.4.4' end