From: Peter Palfrader Date: Fri, 18 Mar 2011 10:46:19 +0000 (+0100) Subject: no need to special case widor for resolv.conf anymore X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=1e1c2bd9a1a16ef333931cfbef55876aab8aa1fe no need to special case widor for resolv.conf anymore --- diff --git a/modules/resolv/templates/resolv.conf.erb b/modules/resolv/templates/resolv.conf.erb index ac15f478..993e7bab 100644 --- a/modules/resolv/templates/resolv.conf.erb +++ b/modules/resolv/templates/resolv.conf.erb @@ -8,7 +8,7 @@ nameservers = [] searchpaths = [] options = [] -if %w{draghi liszt widor spohr}.include?(hostname) +if %w{draghi liszt spohr}.include?(hostname) nameservers << "127.0.0.1" end