From: Peter Palfrader Date: Sat, 5 Mar 2011 10:34:06 +0000 (+0100) Subject: Install unbound on squeeze, but do not fuzz with resolv.conf because of that. at... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c55565a26509cfcbb0ff972dd67bffe6cc352482;p=mirror%2Fdsa-puppet.git Install unbound on squeeze, but do not fuzz with resolv.conf because of that. at least not yet --- diff --git a/manifests/site.pp b/manifests/site.pp index 769ffcddf..d043a502c 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -106,17 +106,12 @@ node default { $runs_local_resolver = true } default: { - #case getfromhash($nodeinfo, 'squeeze') { - # true: { - # include unbound - # $runs_local_resolver = true - # } - # default: { - $runs_local_resolver = false - # } - #} + $runs_local_resolver = false } } + case getfromhash($nodeinfo, 'squeeze') { + true: { include unbound } + } include resolv case $kernel {