From: Peter Palfrader Date: Sat, 5 Mar 2011 12:45:30 +0000 (+0100) Subject: continued fight against templates, 2 X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=5fb5c09979326da2175dcf95179eaaf517a3eb46 continued fight against templates, 2 --- diff --git a/modules/resolv/templates/resolv.conf.erb b/modules/resolv/templates/resolv.conf.erb index a36665fa..e7ecf536 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