From 1e1c2bd9a1a16ef333931cfbef55876aab8aa1fe Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 18 Mar 2011 11:46:19 +0100 Subject: [PATCH] no need to special case widor for resolv.conf anymore --- modules/resolv/templates/resolv.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2