X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fresolv%2Ftemplates%2Fresolv.conf.erb;h=531b516593fddf284f08eaac38d19fc31891fd34;hb=bec47f64dd4fc0b22b0ee6786caf788af66b69c6;hp=9ca7bd92c984168a532c48311d440b3ef653e72e;hpb=a24bed77913f23c0550f6f5d8287cb6c8ba9f4ed;p=dsa-puppet.git diff --git a/modules/resolv/templates/resolv.conf.erb b/modules/resolv/templates/resolv.conf.erb index 9ca7bd92..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 bendel}.include?(hostname) +if %w{draghi liszt}.include?(hostname) nameservers << "127.0.0.1" end