From ea4b032590c9c8964f1f4b93be27fc9ed3cab666 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 5 Mar 2011 11:29:26 +0100 Subject: [PATCH] Do not the auto unbound just yet --- manifests/site.pp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 9bab5c60..769ffcdd 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -106,15 +106,15 @@ node default { $runs_local_resolver = true } default: { - case getfromhash($nodeinfo, 'squeeze') { - true: { - include unbound - $runs_local_resolver = true - } - default: { + #case getfromhash($nodeinfo, 'squeeze') { + # true: { + # include unbound + # $runs_local_resolver = true + # } + # default: { $runs_local_resolver = false - } - } + # } + #} } } include resolv -- 2.39.2