From: Peter Palfrader Date: Sun, 22 Jan 2012 23:50:34 +0000 (+0100) Subject: bendel does not need bind X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=bec47f64dd4fc0b22b0ee6786caf788af66b69c6 bendel does not need bind --- diff --git a/manifests/site.pp b/manifests/site.pp index d45bc4ff..f94264ca 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -115,7 +115,7 @@ node default { case $hostname { ravel,senfl,orff,draghi,diamond: { include named::authoritative } geo1,geo2,geo3: { include named::geodns } - liszt,bendel: { include named::recursor } + liszt: { include named::recursor } } case $hostname { franck,master,lobos,samosa,spohr,widor: { include unbound } 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