From: Marcel Haerry Date: Tue, 13 May 2008 19:30:50 +0000 (+0200) Subject: fixed default X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=720abf9cfcbb1303170766281c98c48ab5631ed5;p=puppet-resolvconf.git fixed default --- diff --git a/manifests/init.pp b/manifests/init.pp index 0f952cc..ef83b3e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -11,7 +11,7 @@ class resolvconf { default => $resolvconf_domain, } $real_resolvconf_search = $resolvconf_search ? { - '' => 'rz.puzzle.ch.ch', + '' => 'rz.puzzle.ch', default => $resolvconf_search, } $real_resolvconf_nameservers = $resolvconf_nameservers ? {