From: am Date: Mon, 28 Apr 2008 10:42:20 +0000 (+0000) Subject: typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=451a59673dbf24e1b00758c19de7243a656de4b0;p=puppet-resolvconf.git typo git-svn-id: https://svn/ipuppet/trunk/modules/resolvconf@1305 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- diff --git a/manifests/init.pp b/manifests/init.pp index 31b41e0..8891a4e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -13,9 +13,9 @@ class resolvconf { '' => 'glei.ch', default => $resolvconf_search, } - $real_resolvconf_nameservers ? $resolvconf_nameservers ? { + $real_resolvconf_nameservers = $resolvconf_nameservers ? { '' => '212.103.67.60:212.103.67.61:212.103.72.231:192.168.1.104', - default => $resolvconf_nameserver1, + default => $resolvconf_nameservers, } # $real_resolvconf_nameserver1 = $resolvconf_nameserver1 ? {