From: Peter Palfrader Date: Sun, 3 Apr 2011 08:48:08 +0000 (+0200) Subject: No need to special case spohr X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=c861a97f31193f01625572fdc54d13834102ea3e No need to special case spohr --- diff --git a/modules/resolv/templates/resolv.conf.erb b/modules/resolv/templates/resolv.conf.erb index 993e7bab..531b5165 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 spohr}.include?(hostname) +if %w{draghi liszt}.include?(hostname) nameservers << "127.0.0.1" end